Merge pull request #134 from schmidt/pulls/725/unstable

[#725] Compatibility check for jQuery availability (unstable)
This commit is contained in:
Eric Davis 2011-11-25 12:50:25 -08:00
commit 01e43f2e6b
1 changed files with 9 additions and 0 deletions

View File

@ -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?
true
end
end
end