diff --git a/source/Ox.UI/js/Core/Ox.App.js b/source/Ox.UI/js/Core/Ox.App.js index 9eba636f..db3107c7 100644 --- a/source/Ox.UI/js/Core/Ox.App.js +++ b/source/Ox.UI/js/Core/Ox.App.js @@ -50,6 +50,9 @@ Ox.App = function(options) { history: { length: history.length }, + location: { + href: location.href + }, navigator: { cookieEnabled: navigator.cookieEnabled, plugins: Ox.makeArray(navigator.plugins).map(function(plugin) {