���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/okanime.top/layout/animez/js/ |
$(document).ready(function(){ if($('#top_manga').length > 0) { $('.my_tab_content').hide(); $('#topmonth-tab-pane').show(); $('.nav-link').click(function(){ var tab_target=$(this).data('tab-target'); $('.my_tab_content').hide(); $('#'+tab_target).show(); }); } if($('#my_watching_anime').length > 0){ $('#expand-status').click(function(){ var txt_action = $(this).attr('rel'); if(txt_action=='zoom-in') { $(".TpRwCont").css({'display': 'block', 'width': '100%'}); $("main#box_right_watch").css({'display': '', 'padding-right': '1px'}); $('aside.widget-area').hide(); $(this).attr('rel','zoom-out'); $(this).text('Collapse'); }else{ $(".TpRwCont").css({'display': 'table', 'width': '100%'}); $("main#box_right_watch").css({'display': 'table-cell', 'padding-right': '1.25rem'}); $('aside.widget-area').show(); $(this).attr('rel','zoom-in'); $(this).text('Expand'); } }); if(!light){var light=true} $("#btn-light").on("click",function(){ if(light==true){ $("body").append('<div id="light-overlay" style="position: fixed; z-index: 999; background-color: rgb(0, 0, 0); opacity: 1; top: 0px; left: 0px; width: 100%; height: 100%;"></div>'); $("#anime_player").css({"z-index":"1000","position":"relative"}); $(this).css({"z-index":"1000","position":"relative"}); $(this).html("Turn on"); light=false; }else{ $("div#light-overlay").remove(); $("#anime_player").css({"z-index":"1000","position":"relative"}); $(this).css({"z-index":"1000","position":"relative"}); $(this).html("Light"); light=true; } fx.scrollTo("#anime_player",1E3);return false;}); } });