-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizer URL problem #11317
Comments
What do you mean by "the menu"? |
The navbar on top of the page, the links are relative, however, when you click the button the url of this page changes to http://getbootstrap.com/customize/undefined/customize/?id=7258922, making the links to send you to http://getbootstrap.com/customize/undefined/getting-started, and, of course, there is no page there. |
@Studio384 I am unable to reproduce with Chrome on Mac. What web browser and OS (and versions) are you using? |
Internet Explorer in Windows 8.1. |
If you could try and pinpoint where the JS that changes the URL goes awry, that would be most helpful. |
The problem is with the use of This Stack Overflow question says to do something like this to support all browsers if (!window.location.origin)
window.location.origin = window.location.protocol+"//"+window.location.host; |
When you use the Customizer and hit the "Compile and Download" button, the menu breaks.
The text was updated successfully, but these errors were encountered: