Drop <noscript>

This commit is contained in:
Michal Čihař 2012-04-06 09:55:35 +02:00
parent 7a3160ce79
commit c0c7b1c58f

View File

@ -191,10 +191,6 @@ if (top != self) {
PMA_Message::rawError($conn_error)->display();
}
echo "<noscript>\n";
PMA_message::error(__("Javascript must be enabled past this point"))->display();
echo "</noscript>\n";
echo "<div class='language'>";
// Displays the languages form
if (empty($GLOBALS['cfg']['Lang'])) {