mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 03:15:05 -05:00
npm run format
This commit is contained in:
@@ -97,8 +97,9 @@ $(document).ready(function() {
|
||||
function populateFileList(file) {
|
||||
try {
|
||||
file = JSON.parse(file);
|
||||
} catch (e) {
|
||||
return;
|
||||
}
|
||||
catch (e) { return }
|
||||
|
||||
const row = document.createElement('tr');
|
||||
const name = document.createElement('td');
|
||||
|
||||
Reference in New Issue
Block a user