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:
authorRouslan Placella <rouslan@placella.com>2012-11-09 20:59:10 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-09 23:29:30 +0400
commitf262fd61cd07c8614b1070dac6d52aad95b1162b (patch)
treed8b725e8e317bc08248696ae0316cac38d6304ee /js/server_variables.js
parent11afa5fb074f150a4626ea6fd1010b51ae1c83c8 (diff)
Shortened HTML output of server_variables.php
Diffstat (limited to 'js/server_variables.js')
-rw-r--r--js/server_variables.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/server_variables.js b/js/server_variables.js
index 0064c61b9e..fead605852 100644
--- a/js/server_variables.js
+++ b/js/server_variables.js
@@ -26,7 +26,9 @@ AJAX.registerOnload('server_variables.js', function() {
} else {
$(this).find('a.editLink').remove();
}
- });
+ }).find('.var-name').find('a').append(
+ $('#docImage').clone().show()
+ );
/* Launches the variable editor */
$editLink.live('click', function (event) {