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
At the bottom of the page (and I assume this needs to be loaded after the application.js is loaded, which is also loaded at the bottom of page, since it itself loads a lot of files)
I get errors when sync tries to access Sync object on the page (since it is not defined yet):
Sorry for the long wait. This seems like a legitimate request, but unfortunately there's not much that can be done about it with the current version of sync.
I need to include my assets at the bottom of the page, not in the header, since it will slow down the load of the page. But when I include:
<%= javascript_include_tag Sync.adapter_javascript_url %>
At the bottom of the page (and I assume this needs to be loaded after the application.js is loaded, which is also loaded at the bottom of page, since it itself loads a lot of files)
I get errors when sync tries to access Sync object on the page (since it is not defined yet):
What options do I have here?
The text was updated successfully, but these errors were encountered: