Disable save button whilst saving. Refined code.
This commit is contained in:
parent
ced944258a
commit
bf719d6670
|
@ -243,7 +243,7 @@ $(document).ready(function(){
|
||||||
showFileEditor(dir,file);
|
showFileEditor(dir,file);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Binds the file save and close editor events to the buttons
|
// Binds the file save and close editor events
|
||||||
bindControlEvents();
|
bindControlEvents();
|
||||||
|
|
||||||
// Binds the save keyboard shortcut events
|
// Binds the save keyboard shortcut events
|
||||||
|
|
Loading…
Reference in New Issue