Merge pull request #133 from schmidt/pulls/725/master
[#725] Compatibility check for jQuery availability (master)
This commit is contained in:
commit
261aca658c
|
@ -21,5 +21,14 @@ module ChiliProject
|
|||
Journal.included_modules.include?(Redmine::Acts::Journalized)
|
||||
end
|
||||
|
||||
# Is any jQuery version available on all pages?
|
||||
#
|
||||
# This does not take modifications into account, that may be performed by
|
||||
# plugins.
|
||||
#
|
||||
# Released: ChiliProject 2.5.0
|
||||
def self.using_jquery?
|
||||
false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue