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:
authorMarc Delisle <marc@infomarc.info>2014-12-18 16:26:06 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-18 16:26:06 +0300
commit0653435b83dec941d9885fdcd4ffb06fd6b7880d (patch)
tree53f9cf11162c96c21f3c7d5db56c571477610775 /js/server_variables.js
parentf136eaeb189808242524f9111fff7cd326c30351 (diff)
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js/server_variables.js')
-rw-r--r--js/server_variables.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/server_variables.js b/js/server_variables.js
index cb8f8555bc..52935f149b 100644
--- a/js/server_variables.js
+++ b/js/server_variables.js
@@ -24,7 +24,8 @@ AJAX.registerOnload('server_variables.js', function () {
if ($elm.hasClass('editable') && ! $elm.hasClass('edit')) {
$elm.prepend($editLink.clone().show());
}
- })
+ });
+
$('#serverVariables').delegate('.var-row', 'mouseleave', function (event) {
$(this).find('a.editLink').remove();
})