fix error
This commit is contained in:
parent
2f4658852d
commit
cc2b73014c
|
@ -894,7 +894,7 @@ function transdate(){
|
||||||
window.has_hover = true;
|
window.has_hover = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
$(document).ready(function(){
|
||||||
$('header #main-nav>li').hover(function(){
|
$('header #main-nav>li').hover(function(){
|
||||||
if (!calc_menu_flag){
|
if (!calc_menu_flag){
|
||||||
calc_menu_pos();
|
calc_menu_pos();
|
||||||
|
@ -905,6 +905,7 @@ function transdate(){
|
||||||
calc_menu_pos();
|
calc_menu_pos();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
$(window).load(function(){
|
$(window).load(function(){
|
||||||
//calc_menu_pos();
|
//calc_menu_pos();
|
||||||
$("iframe[src*='google']").attr('title','googleOauth');
|
$("iframe[src*='google']").attr('title','googleOauth');
|
||||||
|
|
Loading…
Reference in New Issue