Docs
This commit is contained in:
parent
d203bebe2a
commit
e1c3a524bb
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user