urlpaths: seemingly full functionality
various subpath combos seem to work, and trailing slashes from them are trimmed (including for the empty admin path "/", which is now "" by default).
This commit is contained in:
@@ -178,7 +178,6 @@ for (const tab of tabs) {
|
||||
}
|
||||
}
|
||||
// Default tab
|
||||
// if ((window.URLBase + "/").includes(window.location.pathname)) {
|
||||
if (!matchedTab) {
|
||||
window.tabs.switch("", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user