Kaynağa Gözat

Update JavaScript filename for 4.0-stable (#33906).


git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20800 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.8
Go MAEDA 3 yıl önce
ebeveyn
işleme
e3abac586a

+ 1
- 1
app/helpers/application_helper.rb Dosyayı Görüntüle

@@ -1489,7 +1489,7 @@ module ApplicationHelper

# Returns the javascript tags that are included in the html layout head
def javascript_heads
tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-5.2.3', 'application', 'responsive')
tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-5.2.4.5', 'application', 'responsive')
unless User.current.pref.warn_on_leaving_unsaved == '0'
tags << "\n".html_safe + javascript_tag("$(window).load(function(){ warnLeavingUnsaved('#{escape_javascript l(:text_warn_on_leaving_unsaved)}'); });")
end

public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-5.2.3.js → public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-5.2.4.5.js Dosyayı Görüntüle


Loading…
İptal
Kaydet