Updated jquery to version 3.7.1

This commit is contained in:
Alexandr Antonov 2024-04-10 16:33:01 +03:00
parent 4ff241e84a
commit 8806821f86
2 changed files with 3 additions and 3 deletions

View File

@ -1731,7 +1731,7 @@ module ApplicationHelper
# Returns the javascript tags that are included in the html layout head # Returns the javascript tags that are included in the html layout head
def javascript_heads def javascript_heads
tags = javascript_include_tag( tags = javascript_include_tag(
'jquery-3.6.1-ui-1.13.2-ujs-6.1.7.6', 'jquery-3.7.1-ui-1.13.2-ujs-6.1.7.6',
'tribute-5.1.3.min', 'tribute-5.1.3.min',
'tablesort-5.2.1.min.js', 'tablesort-5.2.1.min.js',
'tablesort-5.2.1.number.min.js', 'tablesort-5.2.1.number.min.js',