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
timeout in onDomLoad line 116 keeps executing on ios devices.
add 'iphone = /iphone/.test(u),' to ua function
and add if (!ua.w3 || ua.iphone) { return; } in onDomLoad
Original issue reported on code.google.com by [email protected] on 9 Apr 2013 at 6:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Apr 2013 at 6:32The text was updated successfully, but these errors were encountered: