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 /db_structure.php
parent7dbec097494ef0c5300342f3166861bc355015dc (diff)
Removed most <noscript> tags and made JS mandatory to login
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/db_structure.php b/db_structure.php
index adef17fe0c..6db1506796 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -612,14 +612,6 @@ if (!$db_is_information_schema && !$cfg['DisableMultiTableMaintenance']) {
}
?>
</select>
-<script type="text/javascript">
-<!--
-// Fake js to allow the use of the <noscript> tag
-//-->
-</script>
-<noscript>
- <input type="submit" value="<?php echo __('Go'); ?>" />
-</noscript>
<?php echo implode("\n", $hidden_fields) . "\n"; ?>
</div>
</form>