Skip to content

Commit c06403f

Browse files
committed
Merge pull request #7 from githubtraining/stoe/fix-issue-6
Remove MathJax dependency
2 parents 864b786 + 1fc33da commit c06403f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_includes/script.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
{ src: baseUrl + '/reveal.js/plugin/notes/notes.js', async: true },
2828

2929
// Remote control your reveal.js presentation using a touch device
30-
//{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } },
31-
32-
// MathJax
33-
{ src: baseUrl + '/reveal.js/plugin/math/math.js', async: true }
30+
//{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
3431
]
3532
});
3633

0 commit comments

Comments
 (0)