Replication of bug #4292 in inline sql edit
Signed-off-by: A V Minhaz <minhazav@gmail.com>
This commit is contained in:
parent
0cf391c5e3
commit
1b4908abac
@ -1389,6 +1389,8 @@ AJAX.registerOnload('functions.js', function () {
|
||||
});
|
||||
|
||||
$("input#sql_query_edit_save").live('click', function () {
|
||||
$(".success").hide();
|
||||
//hide already existing success message
|
||||
var sql_query;
|
||||
if (codemirror_inline_editor) {
|
||||
sql_query = codemirror_inline_editor.getValue();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user