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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
This code works just fine normally, but when I use the browser's back/forward buttons, the last script in the list doesn't load and InitializeApplication is undefined. My workaround has been to add a dummy element to the end of the script list. The dummy script of course has no content therefore I don't care if it doesn't load properly. This problem occurs in IE10, but not in Firefox. Any thoughts?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed that when using the browser's back (or forward) button, the last script doesn't load properly. The code is as such:
This code works just fine normally, but when I use the browser's back/forward buttons, the last script in the list doesn't load and InitializeApplication is undefined. My workaround has been to add a dummy element to the end of the script list. The dummy script of course has no content therefore I don't care if it doesn't load properly. This problem occurs in IE10, but not in Firefox. Any thoughts?
The text was updated successfully, but these errors were encountered: