Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2015-09-01 14:31:52 +0300
committerTom Needham <needham.thomas@gmail.com>2015-09-01 14:31:52 +0300
commitfff4ebc438d9b133a125f53bdbe17077e4a380e6 (patch)
tree7408d1e9a69c20255bd0c7eeff7b7cdc0c8ea826 /js
parent2ac1db23adc0cb24d3a55bc33a9d3766f1c158f1 (diff)
Dont relod the files list on exit of editor.
Diffstat (limited to 'js')
-rw-r--r--js/editor.js1
1 files changed, 0 insertions, 1 deletions
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;