aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-10 22:47:35 -0700
committerEric Bidelman2012-04-10 22:47:35 -0700
commit9118fa551c30ecda1b0e78af6418284460822d75 (patch)
tree2dd32e17b1bd5a406952b22d7d727fe6d7044dcb /template.html
parentba011027cea557a78a400959f9f04a8de456947e (diff)
downloadio-slides-remote-9118fa551c30ecda1b0e78af6418284460822d75.tar.gz
polyfills working for ios < 5
Diffstat (limited to 'template.html')
-rw-r--r--template.html9
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]>