re-enable history mangling
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user