Offline/made tabs better

This commit is contained in:
Piotr Mitros
2011-12-16 09:46:12 -05:00
parent d0fffb7c6b
commit 1f60997402
3 changed files with 17 additions and 13 deletions

View File

@@ -25,6 +25,7 @@
// Possible cleanup: Move from getJSON to just load
$.getJSON('/modx/problem/${ id }/problem_reset', {'id':'${ id }'}, function(json) {
$('#main_${ id }').html(json);
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
});
}
});