diff --git a/modules/stores/URLStore.js b/modules/stores/URLStore.js index 2d7868f3c5..6ec2f489c8 100644 --- a/modules/stores/URLStore.js +++ b/modules/stores/URLStore.js @@ -56,7 +56,7 @@ var URLStore = { * Returns the value of the current URL path. */ getCurrentPath: function () { - if (_location === 'history') + if (_location === 'history' || _location === 'disabledHistory') return getWindowPath(); if (_location === 'hash')