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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-12 00:17:20 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-12 00:17:20 +0400
commit35dab58bf5c6532bb62800fca02874c0f809466e (patch)
treec2ee3382676593c3f94a00f670062c0db9cf3040 /js/common.js
parent0aafd71c9fd69c63b68d9fa2b959dc50285af75c (diff)
RFE#1492: Remove the distinct query window.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'js/common.js')
-rw-r--r--js/common.js13
1 files changed, 1 insertions, 12 deletions
diff --git a/js/common.js b/js/common.js
index ff6f997802..5b29e4c59c 100644
--- a/js/common.js
+++ b/js/common.js
@@ -1,17 +1,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Functionality for communicating with the querywindow
- */
-$(function () {
- /**
- * Event handler for click on the open query window link
- * in the top menu of the navigation panel
- */
- $('#pma_open_querywindow').click(function (event) {
- event.preventDefault();
- PMA_querywindow.focus();
- });
+$(function () {
checkNumberOfFields();
});