summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/lesson.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/js/lesson.js b/yaksh/static/yaksh/js/lesson.js
index 6eaf6c6..f582778 100644
--- a/yaksh/static/yaksh/js/lesson.js
+++ b/yaksh/static/yaksh/js/lesson.js
@@ -35,7 +35,6 @@ $(document).ready(function(){
function preview_text(data) {
$("#description_body").empty();
$("#description_body").html(data);
- MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
$("#embed").click(function() {