Changes between Initial Version and Version 1 of Ticket #8758, comment 4


Ignore:
Timestamp:
Sep 2, 2014, 8:05:39 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8758, comment 4

    initial v1  
    99This mathjax.js works for me (0.12).
    1010
     11{{{#!javascript
    1112(function () {
    1213  var script = document.createElement("script");
     
    2526  document.getElementsByTagName("head")[0].appendChild(script);
    2627})();
     28}}}