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 24, 2024
1 parent c7dedab commit 999e44d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 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();

$(document).on("input", "#stag-proj-search", function(event) {
var searchInput = event.target;
var filterValue = searchInput.value.toLowerCase();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,4 @@
.text-center.mt-4.mb-4
= link_to('Clear', my_notifications_path, class: 'btn btn-light border')

:javascript
collectMultiSelects()

-# haml-lint:enable ViewLength

0 comments on commit 999e44d

Please sign in to comment.