diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-15 08:59:50 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-15 08:59:50 +0000 |
commit | 1f0f9d49c1290f5b2647b313fb28a5d7d35ee575 (patch) | |
tree | 75686fd7c87cfb9feab496c60507129e14fa361b /app/helpers | |
parent | baaa635d2f4afd5c237e6efc8814518f4cfd61ff (diff) | |
download | redmine-1f0f9d49c1290f5b2647b313fb28a5d7d35ee575.tar.gz redmine-1f0f9d49c1290f5b2647b313fb28a5d7d35ee575.zip |
Revert r21179 (#35729).
git-svn-id: http://svn.redmine.org/redmine/trunk@21180 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f310571a8..0618b614d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1714,7 +1714,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads tags = javascript_include_tag( - 'jquery-3.6.0-ui-1.12.1-ujs-6.1.3.1', + 'jquery-3.5.1-ui-1.12.1-ujs-6.1.3.1', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |