diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index 126df534..7af95e5e 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -482,7 +482,7 @@ Ox.URL = function(options) { ? '#' + ( hash.anchor || '' ) + ( - hash.query ? '?' + Ox.serialize(obj) : '' + hash.query ? '?' + Ox.serialize(obj, true) : '' ) : ''; }