window.History.pushState(null, document.title, decodeURIComponent($.param.querystring(url.substr(0, url.indexOf('?')), params)));
history.pushState(null, document.title, decodeURIComponent($.param.querystring(url.substr(0, url.indexOf('?')), params)));
в чем разница этих pushState?
заметил что window.History.pushState обновляет страницу, а history.pushState не обновляет