[#4180] Move the noConflict to the page head.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
jQuery.noConflict();
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ module RedmineContracts
|
||||
return stylesheet_link_tag("redmine_contracts", :plugin => "redmine_contracts", :media => "screen") +
|
||||
|
||||
javascript_include_tag('jquery-1.4.2.min.js', :plugin => 'redmine_contracts') +
|
||||
javascript_tag('jQuery.noConflict();') +
|
||||
javascript_include_tag('contracts.js', :plugin => 'redmine_contracts')
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user