Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-10-23 12:53:52 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-10-23 12:59:01 +0400
commitc478a792fb13bdb410d5e9467efc06cae9163858 (patch)
tree04d98811a67ef372ec404341ab2b4df57fbd82f4 /core
parentaf7ec3169b98f52107c74b91d6422d2375c7a89d (diff)
add missing ;
Diffstat (limited to 'core')
-rw-r--r--core/js/octemplate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/octemplate.js b/core/js/octemplate.js
index 46ffa976574..aab705059d2 100644
--- a/core/js/octemplate.js
+++ b/core/js/octemplate.js
@@ -82,7 +82,7 @@
}
);
} catch(e) {
- console.error(e, 'data:', data)
+ console.error(e, 'data:', data);
}
},
options: {