summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-27 22:42:51 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-27 22:42:51 (GMT)
commitbd6186e7233de72b85c0566d12273ede449453b5 (patch)
tree9441db6bc0b2ae1edb575f371e2f73bbeceb333b /www/js/jingles.js
parent3cc9bda4fbc189cc931b9cfa2163c3ff212ce1fa (diff)
drop dropzone, add websocket uploads
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index b82166f..64735f0 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -32,7 +32,7 @@ function jingles_init() {
}
function jingles_cleanup() {
- importer.cancelAllUploads();
+ importer.closeAllUploads();
if (jingleGroupListView) {
jingleGroupListView.destroy();
jingleGroupListView = null;