1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

Break TeX on purpose due to Khan/KaTeX#158

This commit is contained in:
8chan 2014-10-18 13:18:04 -07:00
parent d50b86a7c2
commit 3f6805d7df

View File

@ -7,7 +7,7 @@
* $config['additional_javascript'][] = 'js/jquery.min.js';
* $config['additional_javascript'][] = 'js/katex-enable.js';
*/
/*
function render_katex(el) {
try {
katex.render($(el).text(), el)
@ -32,3 +32,4 @@ if (active_page == 'thread' || active_page == 'index') {
});
});
}
*/