[doc] Integrate and update selfhosted bootstrap, jquery, ...
Also delete some unused includes, such as google_analytics and usermap* and delete old IE code
This commit is contained in:
@ -43,7 +43,9 @@ $(function() {
|
||||
json = JSON.parse(tabsState || "{}");
|
||||
|
||||
$.each(json, function(containerId, href) {
|
||||
return $("#" + containerId + " a[href=" + href + "]").tab('show');
|
||||
if (containerId && containerId !== "undefined") {
|
||||
$("#" + containerId + " a[href=" + href + "]").tab('show');
|
||||
}
|
||||
});
|
||||
|
||||
$("ul.nav.nav-pills, ul.nav.nav-tabs").each(function() {
|
||||
|
Reference in New Issue
Block a user