Commit 759640c6 by Dányi Bence

one: better file delete

parent edbd2a00
...@@ -315,7 +315,7 @@ $(function() { ...@@ -315,7 +315,7 @@ $(function() {
url: '/ajax/store/delete', url: '/ajax/store/delete',
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
loadFolder(self.currentPath()); self.files.remove(item);
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment