This commit is contained in:
rulingcom 2023-02-10 09:48:45 +08:00
parent c409eab1db
commit a6f4f840cf
1 changed files with 6 additions and 4 deletions

View File

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