aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/js
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-11-29 22:54:51 +0000
committerTom Needham <needham.thomas@gmail.com>2011-11-29 22:54:51 +0000
commitbf719d6670840e227cc60f3a26d536b9971dc391 (patch)
tree2cd245bee41747f4aea12e669b3225274f073baf /apps/files_texteditor/js
parentced944258a55239d11ecab26a85d2fb04dfda993 (diff)
downloadnextcloud-server-bf719d6670840e227cc60f3a26d536b9971dc391.tar.gz
nextcloud-server-bf719d6670840e227cc60f3a26d536b9971dc391.zip
Disable save button whilst saving. Refined code.
Diffstat (limited to 'apps/files_texteditor/js')
-rw-r--r--apps/files_texteditor/js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js
index c3c051944e3..94402dd00d8 100644
--- a/apps/files_texteditor/js/editor.js
+++ b/apps/files_texteditor/js/editor.js
@@ -243,7 +243,7 @@ $(document).ready(function(){
showFileEditor(dir,file);
});
}
- // Binds the file save and close editor events to the buttons
+ // Binds the file save and close editor events
bindControlEvents();
// Binds the save keyboard shortcut events