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/table/find_replace.js')
-rw-r--r--js/src/table/find_replace.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/table/find_replace.js b/js/src/table/find_replace.js
index bdf62a7578..878b5426d9 100644
--- a/js/src/table/find_replace.js
+++ b/js/src/table/find_replace.js
@@ -1,3 +1,5 @@
+import $ from 'jquery';
+
/**
* Unbind all event handlers before tearing down a page
*/