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 15:47:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-09 17:23:51 +0400
commitf431ab5d908630ea32f08748b98eb048c6ce8d55 (patch)
tree02b71be89a9f82f0d37b9141f87c71dabe8f2aca /server_variables.php
parent496102ef679dfa495f70fd01e8b90b0471cfe559 (diff)
Dropped inline JS and global JS vars in server variables editor
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_variables.php b/server_variables.php
index bcd8f5b72e..89985bafc4 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -124,7 +124,7 @@ $output = '<h2>' . PMA_Util::getImage('s_vars.png')
* Link templates
*/
$url = htmlspecialchars('server_variables.php?' . PMA_generate_common_url());
-$output .= '<a style="display: none;" href="#" class="editLink" onclick="return editVariable(this);">';
+$output .= '<a style="display: none;" href="#" class="editLink">';
$output .= PMA_Util::getIcon('b_edit.png', __('Edit')) . '</a>';
$output .= '<a style="display: none;" href="' . $url . '" class="ajax saveLink">';
$output .= PMA_Util::getIcon('b_save.png', __('Save')) . '</a> ';