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

jquery.ui: don't use undefined to build an initial URI #94

Closed
wants to merge 2 commits into from

Conversation

samuelcole
Copy link
Contributor

If you call .attr('src') on an image that doesn't have a src yet, it momentarily changes the src to window.location, which could result in an extra request to window.location.

If you call .attr('src') on an image that doesn't have a src yet, it momentarily changes the src to `window.location`, which could result in an extra request to `window.location`.
@rodneyrehm
Copy link
Member

nice catch!

@alegscogs
Copy link

👍

@thenewguy
Copy link

Any chance on merging this?

@rodneyrehm
Copy link
Member

yes, this will be merged eventually.

@thenewguy
Copy link

Great. Just checking because I updated my copy. It works for me.

@rodneyrehm
Copy link
Member

I've merged this into master - it will be included in the next release. thank you for your help!

@rodneyrehm rodneyrehm closed this Aug 3, 2013
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

4 participants