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
Hello,
I'm trying out your MooTools plugin and it's working really well! One issue I'm encountering is that it is not working in Internet Explorer versions lower than 8 (IE6 and IE7). It looks like it's crashing on the storage.load() call (line 63).
I've worked around it by removing the whole behavior Storage section (as I don't know much about how it works) and falling back to using cookies. However, I guess it's meant to work (otherwise the code wouldn't be there :P)
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying out your MooTools plugin and it's working really well! One issue I'm encountering is that it is not working in Internet Explorer versions lower than 8 (IE6 and IE7). It looks like it's crashing on the storage.load() call (line 63).
I've worked around it by removing the whole behavior Storage section (as I don't know much about how it works) and falling back to using cookies. However, I guess it's meant to work (otherwise the code wouldn't be there :P)
The text was updated successfully, but these errors were encountered: