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 20:22:09 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 20:22:09 +0300
commit42a408894378c551d9e1199f7960ca834f7c8a47 (patch)
tree51b6eb400f7e6dff7e4ee1e9db75aae7eb0bd6ac /js/sql.js
parent30418f37a3299c0d7105ed0dea40e895698aae22 (diff)
More 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 3550a2b4c1..3ce1d6f61f 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -575,7 +575,7 @@ AJAX.registerOnload('sql.js', function () {
dialog_content += response.message;
}
dialog_content += '</div>';
- $dialog_content = $(dialog_content);
+ var $dialog_content = $(dialog_content);
var button_options = {};
button_options[PMA_messages.strClose] = function () {
$(this).dialog('close');