diff --git a/lib/chili_project/compatibility.rb b/lib/chili_project/compatibility.rb index d690792c..e369e63b 100644 --- a/lib/chili_project/compatibility.rb +++ b/lib/chili_project/compatibility.rb @@ -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