npm run format
This commit is contained in:
parent
eda901ba4a
commit
d09b97db41
4 changed files with 18 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue