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

Remove injection and dependency on jQuery #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DEfusion
Copy link
Collaborator

@DEfusion DEfusion commented Oct 9, 2015

For some reason the jQuery URL inject started not to load for me causing the callback to not run and the window to not be resized anymore. It isn't really needed for the things we were using it for so removed it and used DOM to do the same things.

For some reason it wasn't loading for me and thus the callback was never called. We don't need jQuery to do those calculations anyway so clean it up by removing it.
@ryana
Copy link

ryana commented Dec 16, 2015

Interesting. I solve this in a slightly different way: ramen-dev@24f6914

This lets me rely on the jQuery embedded in the if it exists & lets me override the URL.

@maxwell
Copy link
Owner

maxwell commented Feb 1, 2016

merge away!

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.

3 participants