Replication of bug #4292 in inline sql edit

Signed-off-by: A V Minhaz <minhazav@gmail.com>
This commit is contained in:
minhaz 2014-02-20 21:50:16 +05:30
parent 0cf391c5e3
commit 1b4908abac

View File

@ -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();