From 3e8168d32f723ec103d2dd2f2a9949ce04106af7 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 27 Jun 2018 17:27:47 -0500 Subject: [PATCH] Remove MathJax dependency injection --- services/web/public/coffee/ide/chat/directives/mathjax.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/public/coffee/ide/chat/directives/mathjax.coffee b/services/web/public/coffee/ide/chat/directives/mathjax.coffee index 08e167ee66..2fa449f55f 100644 --- a/services/web/public/coffee/ide/chat/directives/mathjax.coffee +++ b/services/web/public/coffee/ide/chat/directives/mathjax.coffee @@ -1,6 +1,5 @@ define [ "base" - "mathjax" ], (App) -> mathjaxConfig = messageStyle: "none"