Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c1f9d228
Commit
c1f9d228
authored
Oct 08, 2018
by
Cecilia Vela Gurovic
Committed by
Gerrit Code Review
Oct 08, 2018
Browse files
Merge "Revert "jQuery3: adding migration tool for debugging""
parents
6335ed9c
d31a7814
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
c1f9d228
...
...
@@ -219,7 +219,6 @@ function smarty($javascript = array(), $headers = array(), $pagestrings = array(
// Make jQuery accessible with $j (Mochikit has $)
$javascript_array
[]
=
$jsroot
.
'jquery/jquery.js'
;
$headers
[]
=
'<script type="application/javascript">$j=jQuery;</script>'
;
$headers
[]
=
'<script src="https://code.jquery.com/jquery-migrate-3.0.1.js"></script>'
;
// If necessary, load MathJax configuration
if
(
get_config
(
'mathjax'
))
{
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment