Fix bug.
This commit is contained in:
parent
3b273e3f62
commit
61bbe020ad
|
@ -524,10 +524,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');
|
||||
|
|
Loading…
Reference in New Issue