From ed7e4df0142c51096ef7f1219d80289ad3d14085 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 28 Jul 2016 22:57:07 +0200 Subject: missing semicolon --- view/js/mod_cloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js index cdcb0c8ee..6d6ef9fd1 100644 --- a/view/js/mod_cloud.js +++ b/view/js/mod_cloud.js @@ -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(); -- cgit v1.2.3