Skip to content

Commit

Permalink
Drop stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Dec 30, 2024
1 parent 5e1307c commit e7f71f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/api/app/views/webui/shared/bs_requests/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
= form.submit(nil, class: 'd-none')

:javascript
collectMultiSelects();

function submitRequestFilters() {
$('#requests-filter-form').submit();
$('#filters input').attr('disabled', 'disabled');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@
= link_to('Clear', my_notifications_path, class: 'btn btn-light border')

:javascript
collectMultiSelects()

function highlightSelectedFilters() {
var filters = $('#filters .accordion .accordion-item');
filters.each(function() {
Expand Down

0 comments on commit e7f71f0

Please sign in to comment.