innertab
This commit is contained in:
parent
07d2fe9779
commit
d52189b072
|
@ -166,7 +166,7 @@ $(document).ready(function() {
|
|||
var State = History.getState();
|
||||
// console.log(State);
|
||||
var queryData = QueryStringToJSON(State.hash); //FIXME: ideally this would go into global doState function
|
||||
if (queryData.hasOwnProperty("innerTab")) {
|
||||
if (queryData.hasOwnProperty("innertab")) {
|
||||
if ($('#' + queryData.innerTab).length > 0) {
|
||||
$('#' + queryData.innerTab).show();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user