diff --git a/js/youtube.js b/js/youtube.js index 76c3c8a3..f4e160d1 100755 --- a/js/youtube.js +++ b/js/youtube.js @@ -253,10 +253,7 @@ function getTime() } ytplayer.seekTo(timeDifference[0]); ytplayer.pauseVideo(); - if(!window.mobilecheck()) - { - ytplayer.playVideo(); - } + ytplayer.playVideo(); getTitle(); return false; } diff --git a/php/nochan.php b/php/nochan.php index eeccc977..cc90a938 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -76,5 +76,12 @@ foreach($fil as $files){ + diff --git a/static/style.css b/static/style.css index 6c264aaa..55990900 100755 --- a/static/style.css +++ b/static/style.css @@ -514,7 +514,11 @@ input[type="radio"] { } #zicon { - width:15% + width:15%; + -moz-transition: all 0.5s ease; + -webkit-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; } .fchan {