Skip to content

Commit

Permalink
Remove MathJax rependency
Browse files Browse the repository at this point in the history
  • Loading branch information
githubteacher committed Feb 20, 2019
1 parent 864b786 commit 1fc33da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _includes/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
{ src: baseUrl + '/reveal.js/plugin/notes/notes.js', async: true },

// Remote control your reveal.js presentation using a touch device
//{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } },

// MathJax
{ src: baseUrl + '/reveal.js/plugin/math/math.js', async: true }
//{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});

Expand Down

0 comments on commit 1fc33da

Please sign in to comment.