Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
274 views
in Plugins by
edited by

I'm getting this error after using other theme (like Legacy by Chun) using MathJax Plugin. Can anyone help me to solve this problem.

var qa_tags_max = 5; var qa_wysiwyg_editor_config = { filebrowserUploadMethod: 'form', defaultLanguage: 'en', language: '' }; var qa_optids_1 = ["notify"]; function qa_display_rule_1(first) { var opts = {}; for (var i = 0; i < qa_optids_1.length; i++) { var e = document.getElementById(qa_optids_1[i]); opts[qa_optids_1[i]] = e && (e.checked || (e.options && e.options[e.selectedIndex].value)); } qa_display_rule_show('email_display', (opts.notify), first); qa_display_rule_show('email_shown', (opts.notify), first); qa_display_rule_show('email_hidden', (!opts.notify), first); }

Q2A version: 1.8.5
by
I'll look into this tomorrow. Might have to revert back to the Q2A jQuery plugin, instead of using Google's CDN, which might make the theme a bit slower...

Please log in or register to answer this question.

...