mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
docs: regenerate
This commit is contained in:
parent
ebe997089e
commit
cc362d5fd7
896 changed files with 28457 additions and 29442 deletions
|
|
@ -990,7 +990,7 @@ $(function () {
|
|||
}
|
||||
|
||||
function readTabsQueryStringParam() {
|
||||
var qs = parseQueryString();
|
||||
var qs = parseQueryString(window.location.search);
|
||||
var t = qs.tabs;
|
||||
if (t === undefined || t === '') {
|
||||
return [];
|
||||
|
|
@ -999,7 +999,7 @@ $(function () {
|
|||
}
|
||||
|
||||
function updateTabsQueryStringParam(state) {
|
||||
var qs = parseQueryString();
|
||||
var qs = parseQueryString(window.location.search);
|
||||
qs.tabs = state.selectedTabs.join();
|
||||
var url = location.protocol + "//" + location.host + location.pathname + "?" + toQueryString(qs) + location.hash;
|
||||
if (location.href === url) {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
2
docs/styles/lunr.min.js
vendored
2
docs/styles/lunr.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue