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
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/database/routines.js')
-rw-r--r--js/src/database/routines.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/database/routines.js b/js/src/database/routines.js
index 229d104411..e2e6c4de23 100644
--- a/js/src/database/routines.js
+++ b/js/src/database/routines.js
@@ -1,3 +1,5 @@
+/* global Navigation */
+
window.AJAX.registerTeardown('database/routines.js', function () {
$(document).off('click', 'a.ajax.add_anchor');
$(document).off('click', 'a.ajax.edit_anchor');