Removed flash fallback message (breaks things in chromium)
authorHarvie <tomas@mudrunka.cz>
Fri, 19 Nov 2010 09:17:43 +0000 (10:17 +0100)
committerHarvie <tomas@mudrunka.cz>
Fri, 19 Nov 2010 09:17:43 +0000 (10:17 +0100)
index.php

index 288d031764fcb262cbc1fcd376d6301e9b375872..03017676ba35fb31803e19b6fea11038e0f11022 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -292,7 +292,7 @@ function flash_mp3_player() {
                 transparentpagebg="yes" 
                 quality="low"
                 width="100%" height="24px"                
-        >You need Adobe Flash enabled browser to play records directly in website.</embed>
+        ><!-- You need Adobe Flash enabled browser to play records directly in website. --></embed>
 </object></body></html>
 <?php die();
 }
@@ -333,7 +333,7 @@ if(isset($_GET['random'])) {
 if(isset($_GET['blank'])) {
        ?>
        <link rel="stylesheet" type="text/css" href="<?=$css_file?>" />
-       <body class="blank"><div class="blank"><b>Music player</b> <small><i>(click 'F' link next to the song name to start, 'S' to stop...)</i></small></div></body>
+       <body class="blank"><div class="blank" title="Currently you will need FlashPlayer to get this working..."><b>Music player</b> <small><i>(click 'F' link next to the song name to start, 'S' to stop...)</i></small></div></body>
        <?php die();
 }
 
This page took 0.14618 seconds and 4 git commands to generate.