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>2012-12-22 01:04:57 +0400
committerMarc Delisle <marc@infomarc.info>2012-12-22 01:04:57 +0400
commit2723495a4fedf01c095b8135730436cf285e579b (patch)
treef23f976d0eb32a8d85a8ee32b9fcdfb76d8e9046 /tbl_indexes.php
parentc305c505e36c74446d288ef0f2cebf7d0a6333c6 (diff)
Removed the AjaxEnable directive
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index c110e71863..6cac0f6207 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -161,10 +161,7 @@ if (isset($_REQUEST['index']) && is_array($_REQUEST['index'])) {
// end preparing form values
?>
-<form action="tbl_indexes.php" method="post" name="index_frm" id="index_frm" <?php
- echo ($GLOBALS['cfg']['AjaxEnable']
- ? ' class="ajax"'
- : ''); ?>
+<form action="tbl_indexes.php" method="post" name="index_frm" id="index_frm" class="ajax"
onsubmit="if (typeof(this.elements['index[Key_name]'].disabled) != 'undefined') {
this.elements['index[Key_name]'].disabled = false}">
<?php