Merge pull request #134 from schmidt/pulls/725/unstable
[#725] Compatibility check for jQuery availability (unstable)
This commit is contained in:
commit
01e43f2e6b
|
@ -21,5 +21,14 @@ module ChiliProject
|
||||||
Journal.included_modules.include?(Redmine::Acts::Journalized)
|
Journal.included_modules.include?(Redmine::Acts::Journalized)
|
||||||
end
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue