mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix URL parsing
This commit is contained in:
parent
1c5f6c115e
commit
dcf4e5076e
@ -688,7 +688,7 @@ define(function(require, exports, module) {
|
||||
}
|
||||
|
||||
function getLastReloaded() {
|
||||
return qs.parse(document.location.href.substr(1)).reload;
|
||||
return qs.parse(document.location.search.substr(1)).reload;
|
||||
}
|
||||
|
||||
/***** Lifecycle *****/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user