diff options
author | Eric Bidelman | 2012-04-16 12:04:03 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-16 12:04:03 -0700 |
commit | 32f207b326a2138c14e0502fcd58c5c3457cde35 (patch) | |
tree | 5231a40fb221a0fd3118eb18efb768e386da7c83 /template.html | |
parent | 04153b7c8a3332c8008408227f6d71b8ef392c35 (diff) | |
download | io-slides-remote-32f207b326a2138c14e0502fcd58c5c3457cde35.tar.gz |
mobile tweaks. Modernizr touch detection
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template.html b/template.html index c0a6bcd..6bfb029 100644 --- a/template.html +++ b/template.html | |||
@@ -366,7 +366,9 @@ function helloWorld(world) { | |||
366 | 366 | ||
367 | </slides> | 367 | </slides> |
368 | 368 | ||
369 | |||
369 | <script src="slide_config.js" defer></script> | 370 | <script src="slide_config.js" defer></script> |
371 | <script src="js/modernizr.custom.76029.js" defer></script> | ||
370 | <script src="js/prettify/prettify.js" defer></script> | 372 | <script src="js/prettify/prettify.js" defer></script> |
371 | <script src="js/yepnope.1.5.3-min.js" defer></script> | 373 | <script src="js/yepnope.1.5.3-min.js" defer></script> |
372 | <script src="js/hammer.js" defer></script> | 374 | <script src="js/hammer.js" defer></script> |