missing semicolon
This commit is contained in:
@@ -159,7 +159,7 @@ function getIconFromType(type) {
|
||||
// upload files
|
||||
function UploadFile(file, idx) {
|
||||
|
||||
window.filesToUpload = window.filesToUpload + 1
|
||||
window.filesToUpload = window.filesToUpload + 1;
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
|
||||
|
Reference in New Issue
Block a user