#12280 closed bug (fixed)
Too many redirects on http://cdn.jquery.net/jquery/files/social/js/jquery.tabs.js
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm browsing jquery docs, and pages seem very slow. I check with web console and see that
http://cdn.jquery.net/jquery/files/social/jquery.tabs.css http://cdn.jquery.net/jquery/files/social/js/jquery.tabs.js
result in redirect loop.
it delays all jquery doc pages by 5s.
Change History (11)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
comment:3 Changed 10 years ago by
I also have this issue. I include http://jquery.com/files/social/js/jquery.tabs.js on one of my websites and because of this continuous redirect, the page doesn't load correctly.
When will this be fixed? Or can I be provided with the .js file?
comment:5 follow-up: 6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Those script references have been removed.
@dmethvin: I'm not sure what you do about milestones for these types of tickets.
comment:6 Changed 10 years ago by
Replying to scott.gonzalez:
Those script references have been removed.
@dmethvin: I'm not sure what you do about milestones for these types of tickets.
Is there any chance I could be given a copy of the contents of the file? My site doesn't function correctly without it being included...
comment:7 follow-up: 8 Changed 10 years ago by
No. If you're looking for tabs, grab the latest version of jQuery UI.
comment:8 follow-up: 9 Changed 10 years ago by
Replying to scott.gonzalez:
No. If you're looking for tabs, grab the latest version of jQuery UI.
All I need is the tabs though, I don't want to have to include a full UI for it which will just slow the site down..
comment:9 Changed 10 years ago by
Replying to anonymous:
All I need is the tabs though, I don't want to have to include a full UI for it which will just slow the site down..
...and the problem is? http://jqueryui.com/download
comment:10 Changed 10 years ago by
The problem is: jquery-1.8.0.min = 90kb jquery-ui-1.8.23.custom.min = 19kb
The file I was using before was no where near that.
comment:11 Changed 10 years ago by
Also, the problem is, I included both of them and it still doesn't work.
What docs pages are you looking at that have those files?