소스 검색

Merged r14654 (#20380).

git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14656 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.6
Jean-Philippe Lang 8 년 전
부모
커밋
8a338756fd
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      Gemfile
  2. 1
    1
      app/helpers/application_helper.rb
  3. 2
    2
      public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.4.js

+ 1
- 1
Gemfile 파일 보기

@@ -5,7 +5,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
end

gem "rails", "4.2.3"
gem "jquery-rails", "~> 3.1.3"
gem "jquery-rails", "~> 3.1.4"
gem "coderay", "~> 1.1.0"
gem "builder", ">= 3.0.4"
gem "request_store", "1.0.5"

+ 1
- 1
app/helpers/application_helper.rb 파일 보기

@@ -1256,7 +1256,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-3.1.3', 'application')
tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-3.1.4', 'application')
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-3.1.4.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장