Overhaul newgrid template header a bit, to improve styles
This commit is contained in:
parent
130b6dda76
commit
6d2af6d698
5 changed files with 69 additions and 31 deletions
2
tailbone/static/js/jquery.ui.tailbone.js
vendored
2
tailbone/static/js/jquery.ui.tailbone.js
vendored
|
@ -93,7 +93,7 @@
|
|||
that.filters_form.off('submit');
|
||||
that.filters_form.find('input[name="reset-to-default-filters"]').val('true');
|
||||
that.element.mask("Refreshing data...");
|
||||
that.filters_form.submit();
|
||||
that.filters_form.get(0).submit();
|
||||
});
|
||||
|
||||
// When user clicks Save Defaults button, refresh the grid as with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue