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
Fixed the autoclose issue, found another similar:
in unload, row
jQuery(window).unbind('resize', function () { this.resize(); }());
"this" has not the method resize
I'm not sure why you unbind a new function, I think you should unbind the function that had been bound at row 98
I have an Issue in IE (found in IE9)
If autoclose is used, IE complains about undefined variable
The text was updated successfully, but these errors were encountered: