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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 20:22:09 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 20:22:09 +0300
commit42a408894378c551d9e1199f7960ca834f7c8a47 (patch)
tree51b6eb400f7e6dff7e4ee1e9db75aae7eb0bd6ac /js/indexes.js
parent30418f37a3299c0d7105ed0dea40e895698aae22 (diff)
More local variables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/indexes.js')
-rw-r--r--js/indexes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/indexes.js b/js/indexes.js
index 7f88638643..de08192dc2 100644
--- a/js/indexes.js
+++ b/js/indexes.js
@@ -354,7 +354,7 @@ function PMA_showAddIndexDialog(source_array, array_index, target_columns, col_i
} else {
PMA_ajaxRemoveMessage($msgbox);
// Show dialog if the request was successful
- $div = $('<div/>');
+ var $div = $('<div/>');
$div
.append(data.message)
.dialog({