Commit: 681bea8bb4d646ef628ab80bdfec0df07a07c561 Author: Hannes Magnusson <[email protected]> Wed, 8 Jan 2014 17:45:22 -0800 Parents: bb84c7bbcd3cb4b0891327cb35351e3bb44be024 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=681bea8bb4d646ef628ab80bdfec0df07a07c561 Log: Revert "Add a quick help for those running without javascript" This reverts commit bb84c7bbcd3cb4b0891327cb35351e3bb44be024. Surprisingly enough, there seem to be several active users that don't have js enabled :D Changed paths: D images/noscript.jpg M include/header.inc Diff: diff --git a/images/noscript.jpg b/images/noscript.jpg deleted file mode 100644 index de139d4..0000000 Binary files a/images/noscript.jpg and /dev/null differ diff --git a/include/header.inc b/include/header.inc index 67fe7df..770a2d0 100755 --- a/include/header.inc +++ b/include/header.inc @@ -79,7 +79,6 @@ if ($config["cache"]) { </head> <body class="<?php print $curr; ?> <?php echo $classes; ?>"> -<noscript><img src="/images/noscript.jpg"></noscript> <nav id="head-nav" class="navbar navbar-fixed-top"> <div class="navbar-inner clearfix"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
