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
In your script , Date.now() do not work in IE < IE9.
Little workaround : put Date.now = Date.now || function() { return +new Date; }; at the top of your script.
Thanks again for your work.
The text was updated successfully, but these errors were encountered:
Hello,
In your script , Date.now() do not work in IE < IE9.
Little workaround : put Date.now = Date.now || function() { return +new Date; }; at the top of your script.
Thanks again for your work.
The text was updated successfully, but these errors were encountered: