You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
with new version of jquery (1.9) $.browser is removed, so please update code.
i replaced line 755
//ie7 = $.browser.msie && $.browser.version < 8 && !(screen.height <= $w.height()+23);
with
ie7 = false
so it works temporarily
Hi,$.browser.msie && $ .browser.version < 8 && !(screen.height <= $w.height()+23);
with new version of jquery (1.9) $.browser is removed, so please update code.
i replaced line 755
//ie7 =
with
ie7 = false
so it works temporarily