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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 19:57:46 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 19:57:46 +0300
commit3e9b97ef6ca97b51611dfaaa0d2288e609ac5b70 (patch)
tree59ca37201636f00d1014156a9e63b46c269c181a /js/sql.js
parent89b75b3a4e94fb33e427281dce12fe474c248291 (diff)
These are local variables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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 d3e64b71ea..3550a2b4c1 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -500,7 +500,7 @@ AJAX.registerOnload('sql.js', function () {
// Prompt to confirm on Show All
$('body').on('click', '.navigation .showAllRows', function (e) {
e.preventDefault();
- $form = $(this).parents('form');
+ var $form = $(this).parents('form');
if (! $(this).is(':checked')) { // already showing all rows
submitShowAllForm();