working device ports sidebar column and in-cell checkboxes
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
// update browser search history with the new query.
|
||||
// support history add (push) or replace via push parameter
|
||||
function update_browser_history (tab, pgtitle, push) {
|
||||
return; // FIXME
|
||||
var form = '#' + tab + '_form';
|
||||
var query = $(form).serialize();
|
||||
if (query.length) { query = '?' + query }
|
||||
|
||||
Reference in New Issue
Block a user