Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/sql.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/sql.js')
-rw-r--r--js/sql.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/sql.js b/js/sql.js
index 7cf571b529..6815f7ed69 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -91,7 +91,7 @@ AJAX.registerTeardown('sql.js', function () {
$(document).off('stickycolumns', ".sqlqueryresults");
$("#togglequerybox").unbind('click');
$(document).off('click', "#button_submit_query");
- $(document).off('change', '#id_bookmark')
+ $(document).off('change', '#id_bookmark');
$("input[name=bookmark_variable]").unbind("keypress");
$(document).off('submit', "#sqlqueryform.ajax");
$(document).off('click', "input[name=navig].ajax");