diff options
-rw-r--r-- | www/js/importer.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/js/importer.js b/www/js/importer.js index c7e13c7..fc2e462 100644 --- a/www/js/importer.js +++ b/www/js/importer.js @@ -486,10 +486,6 @@ Rdxport.Upload.prototype.close = function() { Rdxport.Upload.prototype.cancel = function() { this.webSocket.send(JSON.stringify({ COMMAND: 'cancel' })); - this.webSocket.close(); - // todo: only do this when i get "done" - importer.removeUpload(this); - this.group.fetchCarts(); }; Rdxport.Upload.prototype.importFileUploadSuccess = function() { |