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
The only thing that worked for me in an actual live website which isn't built for this plugin, was to:
require(['/_assets/vendor/store-js/dist/store.modern.min.js'], function(result) {
window.storage=result;
if (typeof(window.storageReadyCallback)==='function') window.storageReadyCallback(window.storage);
});
The script can be changed out with "legacy" or "everything", but demands the min.js files, since this system makes assumptions about the context of your require.js library setup.
I have yet to see if the rest of the plugin functions properly. But I would assume it does. Here's hoping.
I was trying to use this and was successful in all cases (other urls) except one.
I paste any of the minified versions of this library on this url:
and find that: store is not defined.
browser: Firefox dev edition
Note: works on all other urls I have tested.
The text was updated successfully, but these errors were encountered: