Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
261aca65
Commit
261aca65
authored
13 years ago
by
Eric Davis
Browse files
Options
Downloads
Plain Diff
Merge pull request
#133
from schmidt/pulls/725/master
[#725] Compatibility check for jQuery availability (master)
parents
166d65b2
be44bbe5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/chili_project/compatibility.rb
+9
-0
9 additions, 0 deletions
lib/chili_project/compatibility.rb
with
9 additions
and
0 deletions
lib/chili_project/compatibility.rb
+
9
−
0
View file @
261aca65
...
@@ -21,5 +21,14 @@ module ChiliProject
...
@@ -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?
false
end
end
end
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment