From bf719d6670840e227cc60f3a26d536b9971dc391 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 29 Nov 2011 22:54:51 +0000 Subject: Disable save button whilst saving. Refined code. --- apps/files_texteditor/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_texteditor/js') 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 -- cgit v1.2.3