Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

document.getElementById called with empty string #7589

Closed
staabm opened this issue Jul 25, 2014 · 0 comments · Fixed by #7595
Closed

document.getElementById called with empty string #7589

staabm opened this issue Jul 25, 2014 · 0 comments · Fixed by #7595
Assignees
Milestone

Comments

@staabm
Copy link
Contributor

staabm commented Jul 25, 2014

on a initial page load, where the url doesn't contain a hash, firefox outputs a warning that document.getElementById was called with an empty String argument

this is caused by line
hashPage = document.getElementById( hash );

jquery-mobile 1.4.2
jquery 1.11.0

gabrielschulhof pushed a commit that referenced this issue Jul 29, 2014
@gabrielschulhof gabrielschulhof added this to the 1.4.4 milestone Jul 29, 2014
@gabrielschulhof gabrielschulhof self-assigned this Jul 29, 2014
gabrielschulhof pushed a commit that referenced this issue Jul 30, 2014
agcolom pushed a commit to agcolom/jquery-mobile that referenced this issue Nov 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants