fix error

This commit is contained in:
rulingcom 2022-01-12 01:33:36 +00:00
parent ee474b01c3
commit 0d1d705e9f
1 changed files with 4 additions and 1 deletions

View File

@ -548,7 +548,10 @@
$('show').parent('li').focus();
}
forFreeGo();
$(document).on('touchstart','a',function(e){
e.stopPropagation();
$(this).trigger('focus');
});
//背景widget設定
if ( location.href.search('editmode=on') != -1 ) {
$('.background').css('z-index','0');