Last-Update: 2022-03-29
Forwarded: not-needed
Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Description: Use system JQuery libraries
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1726,7 +1726,9 @@
   # Returns the javascript tags that are included in the html layout head
   def javascript_heads
     tags = javascript_include_tag(
-      'jquery-3.6.1-ui-1.13.2-ujs-6.1.7',
+      'jquery.min.js',
+      'jquery-ui.min.js',
+      'jquery_ujs.js',
       'tribute-5.1.3.min',
       'tablesort-5.2.1.min.js',
       'tablesort-5.2.1.number.min.js',
