Skip to content

Commit

Permalink
Waivers: disable jQuery UI
Browse files Browse the repository at this point in the history
The waiver form was written using jQuery UI Autocomplete.  jQuery UI is dead and longer supported.  The javascript for this form will need to be rewritten.

Updates #251
Updates #265
  • Loading branch information
inghamn committed Nov 7, 2024
1 parent b8c4dd2 commit 233b1f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/nodes/node--809--full.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
* @ingroup themeable
*/
#}
{{ attach_library('core/jquery') }}
{{ attach_library('core/jquery.ui.autocomplete') }}
{{ attach_library('cob/annex') }}
<article{{ attributes }} class="{{ node.bundle }} {{ view_mode }}">
{% if display_submitted or not page %}
<header>
Expand Down

0 comments on commit 233b1f0

Please sign in to comment.