From c6fd5daf0257be7ea7be8c9c3f0ce72a8ba1677b Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Tue, 20 Mar 2018 11:23:15 +0000 Subject: [PATCH] Remove rich text from OSS --- services/web/public/es/rich-text.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/web/public/es/rich-text.js b/services/web/public/es/rich-text.js index 55de7d8fb1..3adac7680c 100644 --- a/services/web/public/es/rich-text.js +++ b/services/web/public/es/rich-text.js @@ -1,9 +1,6 @@ import CodeMirror, { Doc } from 'codemirror' -import LatexMode from './ide/editor/codemirror/LatexMode' - export function init (rootEl) { - CodeMirror.defineMode('latex', () => new LatexMode()) CodeMirror.defineMIME('application/x-tex', 'latex') CodeMirror.defineMIME('application/x-latex', 'latex')