Skip to main content

Bug Tracker

Side navigation

#12280 closed bug (fixed)

Opened August 13, 2012 11:58AM UTC

Closed August 16, 2012 08:10PM UTC

Last modified August 16, 2012 09:51PM UTC

Too many redirects on http://cdn.jquery.net/jquery/files/social/js/jquery.tabs.js

Reported by: pukomuko@gmail.com Owned by: pukomuko@gmail.com
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.

Attachments (0)
Change History (11)

Changed August 13, 2012 12:19PM UTC by scottgonzalez comment:1

owner: → pukomuko@gmail.com
status: newpending

What docs pages are you looking at that have those files?

Changed August 15, 2012 01:19AM UTC by anonymous comment:3

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?

Changed August 15, 2012 01:25AM UTC by rwaldron comment:4

You shouldn't be hot linking to these files anyway.

Changed August 16, 2012 08:10PM UTC by scottgonzalez comment:5

_comment0: Those script references have been removed. \ \ @dmetvin: I'm not sure what you do about milestones for these types of tickets.1345147922882704
resolution: → fixed
status: newclosed

Those script references have been removed.

@dmethvin: I'm not sure what you do about milestones for these types of tickets.

Changed August 16, 2012 09:23PM UTC by anonymous comment:6

Replying to [comment:5 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...

Changed August 16, 2012 09:27PM UTC by scottgonzalez comment:7

No. If you're looking for tabs, grab the latest version of jQuery UI.

Changed August 16, 2012 09:46PM UTC by anonymous comment:8

Replying to [comment:7 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..

Changed August 16, 2012 09:47PM UTC by scottgonzalez comment:9

Replying to [comment:8 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

Changed August 16, 2012 09:49PM UTC by anonymous comment:10

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.

Changed August 16, 2012 09:51PM UTC by anonymous comment:11

Also, the problem is, I included both of them and it still doesn't work.