Skip to main content

Search and Top Navigation

#8814 closed bug (notabug)

Opened November 14, 2012 06:55PM UTC

Closed November 14, 2012 07:18PM UTC

bug tabs

Reported by: pinheirolouco Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.tabs Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

funciontion isLocal(anchor)

return anchor.hash.length > 1 &&

//anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );

for this

return (anchor.hash.length > 1 ? true : false);

Reason error in the browser with subdomains.

fix worked properly.

Attachments (0)
Change History (1)

Changed November 14, 2012 07:18PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

This isn't really a bug report since you don't describe a problem. Also, this is the function that probably has the highest number of invalid bug reports. Please make sure that whatever link you think is local would actually not navigate to a new page if you weren't using the tabs plugin.