aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-03-24 12:48:16 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-03-24 12:48:16 -0400
commitbe76bf3d232d57a86e3fced0e73defb8aef37fbf (patch)
tree8fb47f70a8f88fa2d00044397e4f706974d0e7e6 /index.html
parent87529c4adcb047398da8416a2015d6a439f90f29 (diff)
downloadfosdem-2018-presentation-be76bf3d232d57a86e3fced0e73defb8aef37fbf.tar
fosdem-2018-presentation-be76bf3d232d57a86e3fced0e73defb8aef37fbf.tar.gz
classList polyfill included for ie9
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1518eb9..9db7802 100644
--- a/index.html
+++ b/index.html
@@ -209,7 +209,11 @@
</div>
<script src="js/reveal.js"></script>
+
+ <!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
<script src="lib/highlight.js"></script>
+ <script src="lib/classList.js"></script>
+
<script>
// Parse the query string into a key/value object
var query = {};