]> git.wh0rd.org - tt-rss.git/commitdiff
enclosures player: hide html5 audio element
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 27 Feb 2013 14:30:33 +0000 (18:30 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 27 Feb 2013 14:30:33 +0000 (18:30 +0400)
include/functions.php

index d6c73343e5ca7e6c3c29a793f225074d7ab9fd9d..688bff76cd267d206e40c1bf49e34ef12369c998 100644 (file)
 
                                $id = 'AUDIO-' . uniqid();
 
-                               $entry .= "<audio id=\"$id\"\" controls>
+                               $entry .= "<audio id=\"$id\"\" controls style='display : none'>
                                        <source type=\"$ctype\" src=\"$url\"></source>
                                        </audio>";