fix error
This commit is contained in:
parent
ee474b01c3
commit
0d1d705e9f
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue