Fix site expansion
This commit is contained in:
parent
b006c820b9
commit
119ab08977
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ $(function() {
|
|||
tabs.each(function() {
|
||||
var idx = $.bbq.getState("nav") || "about";
|
||||
var section = e.fragment.split("&")[1] || "";
|
||||
$(this).find(tab_a_selector + "[href='#" + idx + "&" + section + "']").triggerHandler('click');
|
||||
$(this).find(tab_a_selector + "[href='#" + idx + "']").triggerHandler('click');
|
||||
|
||||
// handles dropping in from new link
|
||||
var api = $.bbq.getState("api");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue