Skip to content

Commit 5572be0

Browse files
committed
Until I can get reveal-ga loading properly, simply remove it, I guess
1 parent 15f2af3 commit 5572be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/_index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
{ src: 'bower_components/reveal.js/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( '[data-html]' ) || !!document.querySelector( 'pre code' ) || !!document.querySelector( '[data-markdown]' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
7979
{ src: 'bower_components/reveal.js/plugin/zoom-js/zoom.js', async: true },
8080
{ src: 'bower_components/reveal.js/plugin/notes/notes.js', async: true },
81-
{ src: 'js/loadhtmlslides.js', condition: function() { return !!document.querySelector( '[data-html]' ); } },
82-
{ src: 'js/reveal-ga.min.js', condition: function() { return !window.location.host.match(/^localhost:/i); } }
81+
{ src: 'js/loadhtmlslides.js', condition: function() { return !!document.querySelector( '[data-html]' ); } }
8382
]
8483
});
8584

0 commit comments

Comments
 (0)