This commit is contained in:
rulingcom 2023-02-10 09:48:28 +08:00
parent 3b273e3f62
commit 61bbe020ad
1 changed files with 6 additions and 4 deletions

View File

@ -524,10 +524,12 @@
// }else{ // }else{
// $('.header-buttom').appendTo($('.dropdowns')); // $('.header-buttom').appendTo($('.dropdowns'));
// } // }
if(!isMobile){
$(document).on('touchstart','a',function(e){ $(document).on('touchstart','a',function(e){
e.stopPropagation(); e.stopPropagation();
$(this).trigger('focus'); $(this).trigger('focus');
}); });
}
//背景widget設定 //背景widget設定
if ( location.href.search('editmode=on') != -1 ) { if ( location.href.search('editmode=on') != -1 ) {
$('.background').css('z-index','0'); $('.background').css('z-index','0');