This commit is contained in:
Michal Čihař 2011-06-02 14:54:23 +02:00
parent d203bebe2a
commit e1c3a524bb

View File

@ -2371,6 +2371,9 @@ $(document).ready(function() {
}); //end of Drop Table Ajax action
}) // end of $(document).ready() for Drop Table
/**
* Attach CodeMirror2 editor to SQL edit area.
*/
$(document).ready(function() {
var elm = $('#sqlquery');
if (elm) {