problem.coffee : queue mathjax typesetting just once

This commit is contained in:
ichuang
2012-06-12 14:07:48 -04:00
committed by Matthew Mongeau
parent 7e3866866a
commit e4cf0ac835

View File

@@ -51,7 +51,6 @@ class @Problem
@$("#answer_#{key}").html(value) # needs to be html, not text, for complex solutions (eg coding)
@$("#solution_#{key}").html(value) # needs to be html, not text, for complex solutions (eg coding)
MathJax.Hub.Queue ["Typeset", MathJax.Hub]
MathJax.Hub.Queue ["Typeset", MathJax.Hub]
@$('.show').val 'Hide Answer'
@element.addClass 'showed'
else