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