From c0818b94170f2694847b9cc159d3a01595fcab8e Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Aug 2019 19:52:05 +0200
Subject: [PATCH] Added Mathjax to header where missing.

---
 app/views/layouts/application.html.haml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 747d80bf02..7e470c98d2 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -22,6 +22,7 @@
 
     = stylesheet_pack_tag 'common', media: 'all'
     = stylesheet_pack_tag current_theme, media: 'all'
+    = javascript_pack_tag 'mathjax', integrity: true, crossorigin: 'anonymous'
     = javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
     = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
     = csrf_meta_tags
-- 
GitLab