Skip to content

Commit

Permalink
Update mathjax version to 2.7.7
Browse files Browse the repository at this point in the history
Closes #506
  • Loading branch information
mpsonntag committed Oct 28, 2020
1 parent afb0be1 commit 9347c10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The current project setup is still using an outdated build tool (`activator`) an
- Added error messages on abstract reference validation, if the input is numeric. For details see issue #499.
- The outdated mapbox.js plugin was updated to the latest version. See issue #510 for details.
- An issue was resolved where the sortid of an abstract was removed when an abstract was re-submitted. See issue #507 for details.
- The outdated mathjax.js plugin was updated to version 2.7.7. See issue #506 for details.


# Release v1.2
Expand Down
4 changes: 2 additions & 2 deletions app/controllers/Application.scala
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ class Application(implicit val env: Environment[Login, CachedCookieAuthenticator
|https://cdnjs.cloudflare.com/ajax/libs/knockout/3.0.0/knockout-debug.js
|https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.1/jquery-ui-timepicker-addon.min.css
|https://fonts.googleapis.com/css?family=EB+Garamond|Open+Sans
|https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/MathJax.js?delayStartupUntil=configured
|https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/extensions/MathMenu.js
|https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?delayStartupUntil=configured
|https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/extensions/MathMenu.js
|
|# Styles
|/assets/stylesheets/_g-node-bootstrap.less
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/mathjax.scala.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@()


<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/MathJax.js?delayStartupUntil=configured"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?delayStartupUntil=configured"></script>

<!-- default mathjax configuration -->
<script type="text/x-mathjax-config">
Expand Down
14 changes: 7 additions & 7 deletions public/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
self._cacheVersion = "v20";
self._cacheVersion = "v21";

self.resourcesToCache = [
// Views
Expand Down Expand Up @@ -69,12 +69,12 @@ self.resourcesToCache = [
"https://cdnjs.cloudflare.com/ajax/libs/knockout/3.0.0/knockout-debug.js",
"https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.1/jquery-ui-timepicker-addon.min.css",
"https://fonts.googleapis.com/css?family=EB+Garamond|Open+Sans",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/MathJax.js?delayStartupUntil=configured",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/extensions/MathMenu.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/extensions/tex2jax.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/jax/output/HTML-CSS/config.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/jax/input/TeX/config.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/extensions/MathZoom.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?delayStartupUntil=configured",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/extensions/MathMenu.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/extensions/tex2jax.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/jax/output/HTML-CSS/config.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/jax/input/TeX/config.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/extensions/MathZoom.js",

// Styles
"/assets/stylesheets/_g-node-bootstrap.less",
Expand Down

0 comments on commit 9347c10

Please sign in to comment.