1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Merge pull request #19 from PFischbeck/mathjax

Fix problem with mathjax and turbolinks
This commit is contained in:
2015-01-03 21:00:21 +01:00

View File

@@ -0,0 +1,2 @@
$(document).on 'page:load', ->
window.MathJax.Hub.Queue(["Typeset",MathJax.Hub]);