diff options
author | Tom Needham <needham.thomas@gmail.com> | 2011-11-29 22:54:51 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2011-11-29 22:54:51 +0000 |
commit | bf719d6670840e227cc60f3a26d536b9971dc391 (patch) | |
tree | 2cd245bee41747f4aea12e669b3225274f073baf /apps/files_texteditor/js | |
parent | ced944258a55239d11ecab26a85d2fb04dfda993 (diff) | |
download | nextcloud-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.js | 2 |
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 |