Skip to content
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

Changed host to hostname to avoid illegal url if a port is used #63

Closed
wants to merge 1 commit into from

Conversation

torbs
Copy link
Contributor

@torbs torbs commented Sep 18, 2014

Fixed pull request #58
window.location.host contains port number localhost:9001
window.location.hostname is without port number

Sync Listeners creates a websocket url using the "host" variable. Therefore the "host" variable cannot contain a port number.

@bmuenzenmeyer
Copy link
Member

@torbs would it be easy for you to retarget to the dev branch? If you cannot, I will incorporate this manually sometime this weekend.

@bmuenzenmeyer
Copy link
Member

Per my previous note, this was merged into branch with this commit:
bab8e8c

bmuenzenmeyer pushed a commit that referenced this pull request Feb 23, 2018
Bug with the extension of a file
bmuenzenmeyer pushed a commit that referenced this pull request Apr 17, 2020
fix(a11y): removes invalid role=text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants