aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2012-08-04 10:52:34 -0400
committerHakim El Hattab2012-08-04 10:52:34 -0400
commit20b77b54197bb8245ec457464606aa7e8392aa37 (patch)
tree0a94df175fb747d0e9b6bda81bf97b57f5fcf24d
parentb6b572d1852f8ae950e5b2759e00583e9125cecc (diff)
parentc858ad069f0ab5adcb5e8d720de87f029d5c6e1a (diff)
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2899a10..c6decbf 100644
--- a/index.html
+++ b/index.html
@@ -322,6 +322,8 @@ function linkify( selector ) {
scripts.push( 'lib/js/data-markdown.js' );
}
+ scripts.push( 'js/reveal.js' );
+
// If we're runnning the notes server we need to include some additional JS
// TODO Is there a better way to determine if we're running the notes server?
if( window.location.host === 'localhost:1947' ) {
@@ -329,12 +331,10 @@ function linkify( selector ) {
scripts.push( 'plugin/speakernotes/client.js' );
}
- scripts.push( 'js/reveal.js' );
-
// Load the scripts and, when completed, initialize reveal.js
head.js.apply( null, scripts );
</script>
</body>
-</html> \ No newline at end of file
+</html>