fix error
This commit is contained in:
parent
05b4f8bc8b
commit
f8e710150e
|
@ -800,7 +800,6 @@ function transdate(){
|
||||||
$('.modules-menu-level-1').css('left','-'+$('.outdropdowns .dropdowns').offset().left+'px');
|
$('.modules-menu-level-1').css('left','-'+$('.outdropdowns .dropdowns').offset().left+'px');
|
||||||
$(".downIcon").click(function() {
|
$(".downIcon").click(function() {
|
||||||
$(".kenjohn").addClass('navFixed');
|
$(".kenjohn").addClass('navFixed');
|
||||||
$('.layout-content').css('margin-top',$('.kenjohn').height());
|
|
||||||
window.setTimeout(function(){
|
window.setTimeout(function(){
|
||||||
var theTop;
|
var theTop;
|
||||||
if (parseInt($('.layout-content').css('margin-top')==0){
|
if (parseInt($('.layout-content').css('margin-top')==0){
|
||||||
|
|
Loading…
Reference in New Issue