We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c8e85 commit db386d6Copy full SHA for db386d6
templates/_index.html
@@ -79,7 +79,7 @@
79
{ src: 'bower_components/reveal.js/plugin/zoom-js/zoom.js', async: true },
80
{ 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' }
+ { src: 'js/reveal-ga.min.js', condition: function() { return !window.location.host.match(/^localhost:/i); } }
83
]
84
});
85
0 commit comments