Skip to content

Commit

Permalink
Roo/bootstrap/NavItem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roojs committed Nov 26, 2015
1 parent 6407a45 commit 1535fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Roo/bootstrap/NavItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component, {
}
var dom = this.el.select('a',true).dom;
if(this.animateRef && this.href.indexOf('#') > -1){
Roo.log(["test:",dom.href.split("#")[0] document.location.toString().split("#")[0]]);
Roo.log(["test:",dom.href.split("#")[0], document.location.toString().split("#")[0]]);
if (dom.href.split("#")[0] != document.location.toString().split("#")[0]) {
return; // ignore... - it's a 'hash' to another page.
}
Expand Down

0 comments on commit 1535fa8

Please sign in to comment.