diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template.html b/template.html index 7a83433..973666a 100644 --- a/template.html +++ b/template.html | |||
@@ -355,7 +355,8 @@ function helloWorld(world) { | |||
355 | hashtag: '#html5', //TODO | 355 | hashtag: '#html5', //TODO |
356 | useBuilds: true, | 356 | useBuilds: true, |
357 | usePrettify: true, | 357 | usePrettify: true, |
358 | enableSideAreas: true, //TODO | 358 | //enableSideAreas: true, //TODO |
359 | enableTouch: true, // TODO: base this on media query instead. | ||
359 | analytics: 'UA-XXXXXXXX-1', | 360 | analytics: 'UA-XXXXXXXX-1', |
360 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', | 361 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', |
361 | onLoad: null, // TODO. function to call onload | 362 | onLoad: null, // TODO. function to call onload |
@@ -382,8 +383,10 @@ function helloWorld(world) { | |||
382 | }; | 383 | }; |
383 | </script> | 384 | </script> |
384 | 385 | ||
385 | <script src="js/prettify/prettify.js"></script> | 386 | <script src="js/prettify/prettify.js" defer></script> |
386 | <script src="js/slides.js"></script> | 387 | <script src="js/yepnope.1.5.3-min.js" defer></script> |
388 | <script src="js/touch.js" defer></script> | ||
389 | <script src="js/slides.js" defer></script> | ||
387 | 390 | ||
388 | <!-- TODO: Add to slides.js --> | 391 | <!-- TODO: Add to slides.js --> |
389 | <!--[if IE]> | 392 | <!--[if IE]> |