summaryrefslogtreecommitdiffstats
path: root/webapp/utils/markdown.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 12:42:03 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 12:42:03 -0400
commit128204b47a9ff89bf2bea97cd21d3b8892151e69 (patch)
tree87f3f625a4ff77f285b1ec7ce644f910cd89ce7e /webapp/utils/markdown.jsx
parentd383ed2f8dfc320c090b67d9f2e2d111710ca3cf (diff)
downloadchat-128204b47a9ff89bf2bea97cd21d3b8892151e69.tar.gz
chat-128204b47a9ff89bf2bea97cd21d3b8892151e69.tar.bz2
chat-128204b47a9ff89bf2bea97cd21d3b8892151e69.zip
Fixing style issue caused by build changes
Diffstat (limited to 'webapp/utils/markdown.jsx')
-rw-r--r--webapp/utils/markdown.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx
index ee63e6a19..2cf1c5af0 100644
--- a/webapp/utils/markdown.jsx
+++ b/webapp/utils/markdown.jsx
@@ -9,9 +9,6 @@ import marked from 'marked';
import katex from 'katex';
import 'katex/dist/katex.min.css';
-import Constants from 'utils/constants.jsx';
-const HighlightedLanguages = Constants.HighlightedLanguages;
-
function markdownImageLoaded(image) {
image.style.height = 'auto';
}