Add code to auto select tabs
This commit is contained in:
3
public/assets/scaffolding-min.js
vendored
3
public/assets/scaffolding-min.js
vendored
@@ -3245,6 +3245,9 @@ function init() {
|
||||
});
|
||||
});
|
||||
}
|
||||
if (document.location.hash != "" && document.location.hash.substring(0, 5) == "#tab-") {
|
||||
document.querySelector(document.location.hash).dispatchEvent(click);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user