Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.arlenshop.fr_1556185825
/
htdocs
/
modules
/
csthemescript
/
js
/
/srv/data/trash/vhost_www.arlenshop.fr_1556185825/htdocs/modules/csthemescript/js/watchstore.js
$(document).ready(function() { if(!isMobileIpad()) { $().UItoTop({ easingType: 'easeOutQuart' }); } }); function isMobile() { if( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) ) return true; else {return false;} } function isMobileIpad() { if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) ){ return true; } else return false; } function isIpad() { if(navigator.userAgent.match(/iPad/i)) { return true; } else return false; } $('document').ready(function(){ /* Toggle the unfold class in footer blocks */ if($(window).width()<=767) { show_hide_footer(); } $(window).resize(function(){ if($(window).width()<=767) { if(!isMobile()) { show_hide_footer(); } } else { $("#footer .block_content").css("display","block"); } }); function show_hide_footer() { $('#footer .block_content').hide(); $('.show_hide_footer').addClass("add_icon"); $('.show_hide_footer').toggle( function(){ $(this).addClass("minus_icon"); $(this).removeClass("add_icon"); $(this).parent().children('.block_content').slideDown(300); }, function(){ $(this).addClass("add_icon"); $(this).removeClass("minus_icon"); $(this).parent().children('.block_content').slideUp(); } ); } }); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));