re-enable history mangling

This commit is contained in:
Oliver Gorwits
2014-10-25 22:02:13 +01:00
parent cf786f282e
commit 627421241a

View File

@@ -29,7 +29,6 @@
// update browser search history with the new query. // update browser search history with the new query.
// support history add (push) or replace via push parameter // support history add (push) or replace via push parameter
function update_browser_history (tab, pgtitle, push) { function update_browser_history (tab, pgtitle, push) {
return; // FIXME
var form = '#' + tab + '_form'; var form = '#' + tab + '_form';
var query = $(form).serialize(); var query = $(form).serialize();
if (query.length) { query = '?' + query } if (query.length) { query = '?' + query }