kopia lustrzana https://github.com/c9/core
Fix URL parsing
rodzic
1c5f6c115e
commit
dcf4e5076e
|
@ -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 *****/
|
||||||
|
|
Ładowanie…
Reference in New Issue