From fff4ebc438d9b133a125f53bdbe17077e4a380e6 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 1 Sep 2015 13:31:52 +0200 Subject: Dont relod the files list on exit of editor. --- js/editor.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js') diff --git a/js/editor.js b/js/editor.js index c835989..86681f4 100644 --- a/js/editor.js +++ b/js/editor.js @@ -509,7 +509,6 @@ var Files_Texteditor = { * Close the editor for good */ closeEditor: function() { - if(window.FileList) { window.FileList.reload(); } this.$container.html('').show(); this.unloadControlBar(); document.title = this.oldTitle; -- cgit v1.2.3