diff --git a/lib/chili_project/compatibility.rb b/lib/chili_project/compatibility.rb
index d690792ccf3fc61da6b16912f2361deddfbfc11e..e369e63b71c8151be4845efb64999b2c8a3afbdc 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