npm run format

This commit is contained in:
Danny Coates 2017-06-23 17:06:08 -07:00
parent eda901ba4a
commit d09b97db41
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 18 additions and 11 deletions

View file

@ -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');