Fix URL parsing

pull/223/head
Lennart Kats 2015-11-29 20:03:46 +00:00
rodzic 1c5f6c115e
commit dcf4e5076e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -688,7 +688,7 @@ define(function(require, exports, module) {
} }
function getLastReloaded() { function getLastReloaded() {
return qs.parse(document.location.href.substr(1)).reload; return qs.parse(document.location.search.substr(1)).reload;
} }
/***** Lifecycle *****/ /***** Lifecycle *****/