Fix URL parsing

This commit is contained in:
Lennart Kats 2015-11-29 20:03:46 +00:00
parent 1c5f6c115e
commit dcf4e5076e

View File

@ -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 *****/