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
I'm trying to use basket.js to load the script for our application.
The first try, when nothing is cached yet, looks fine.
On reload I get an error when trying to access $.mobile.activePage (from jquery.mobile).
Funnily enough, that seems to happen in all Windows Desktop browsers, but not in Safari (MacOS and iOS) so far.
Any idea what's could have gone wrong here?
The text was updated successfully, but these errors were encountered:
Not really, in the then-clause of a Promise I shouldn't need to make my call asynchronous to make it work.
Maybe just a problem of an old RSVP version?
I'm trying to use
basket.js
to load the script for our application.The first try, when nothing is cached yet, looks fine.
On reload I get an error when trying to access
$.mobile.activePage
(from jquery.mobile).Funnily enough, that seems to happen in all Windows Desktop browsers, but not in Safari (MacOS and iOS) so far.
Any idea what's could have gone wrong here?
The text was updated successfully, but these errors were encountered: