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-04-06 01:58:57 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-06 01:58:57 +0400
commitf15d0fd1d8177a53302b09118b7463d4c2c328a8 (patch)
tree85c5d2b336d0026ef93f62997e500a335c0a1337 /tbl_change.php
parent7dbec097494ef0c5300342f3166861bc355015dc (diff)
Removed most <noscript> tags and made JS mandatory to login
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 37b0784748..097dc3beea 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -1149,7 +1149,6 @@ if ($insert_mode) {
$tmp .= '</select>' . "\n";
echo "\n" . sprintf(__('Continue insertion with %s rows'), $tmp);
unset($tmp);
- echo '<noscript><input type="submit" value="' . __('Go') . '" /></noscript>' . "\n";
echo '</form>' . "\n";
}