diff options
author | 2013-12-13 18:38:53 +0100 | |
---|---|---|
committer | 2013-12-13 18:38:53 +0100 | |
commit | 3e84ea823766adef12946de90b33e62a84b52c46 (patch) | |
tree | c6b2345cc3c2f9c4f67a6985bd3c8282cdac9e59 /pyload/web/app/scripts/models/File.js | |
parent | plugin selection for linkgrabber, partial closes #182 (diff) | |
download | pyload-3e84ea823766adef12946de90b33e62a84b52c46.tar.xz |
added new file states
Diffstat (limited to 'pyload/web/app/scripts/models/File.js')
-rw-r--r-- | pyload/web/app/scripts/models/File.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/models/File.js b/pyload/web/app/scripts/models/File.js index 562e6b0ae..5a70d8e2f 100644 --- a/pyload/web/app/scripts/models/File.js +++ b/pyload/web/app/scripts/models/File.js @@ -45,7 +45,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes'], function($ destroy: function(options) { // also not working when using data options = App.apiRequest( - 'deleteFiles/[' + this.get('fid') + ']', + 'removeFiles/[' + this.get('fid') + ']', null, options); options.method = 'post'; |