Skip to content
Snippets Groups Projects
Commit f9b2a4be authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

rarily removing mathjax.

parent 5dae3a83
No related merge requests found
......@@ -34,7 +34,7 @@ export default class StatusContent extends React.PureComponent {
return;
}
MathJax.Hub.Queue(['Typeset',MathJax.Hub,node]);
//MathJax.Hub.Queue(['Typeset',MathJax.Hub,node]);
const links = node.querySelectorAll('a');
......
......@@ -19,8 +19,7 @@
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
%script{:src => "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML"}
= stylesheet_pack_tag 'common', media: 'all'
= stylesheet_pack_tag current_theme, media: 'all'
= javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment