Commit 261aca65 authored by Eric Davis's avatar Eric Davis

Merge pull request #133 from schmidt/pulls/725/master

[#725] Compatibility check for jQuery availability (master)
parents 166d65b2 be44bbe5
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment