summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-22 16:03:27 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-22 16:03:27 (GMT)
commit212c8cfbdaa51855ce8ec4f41f0b6bcf34373387 (patch)
tree68ded21e01579fc5f8f5dc2935331a75ceefb4b8 /www/js/jingles.js
parent22d7889a27afc6f2968dde8296979a743d710a37 (diff)
importer: handle import errors
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index c60d7fe..0bb586c 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -147,8 +147,11 @@ Rivendell.JingleGroupView.prototype.uploadProgress = function(upload, file) {
}
};
-Rivendell.JingleGroupView.prototype.uploadError = function(upload, file, msg) {
+Rivendell.JingleGroupView.prototype.uploadError = function(upload, file, msg, xhr, acknowledge) {
// todo
+
+ // to this on ok click.
+ acknowledge();
};
Rivendell.JingleCartView = function(model, groupView, active) {