working device ports sidebar column and in-cell checkboxes

This commit is contained in:
Oliver Gorwits
2014-10-23 23:04:02 +01:00
parent 93b6274722
commit 531782b30c
4 changed files with 63 additions and 31 deletions

View File

@@ -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 }