diff options
author | hakimel | 2012-10-09 09:22:16 -0400 |
---|---|---|
committer | hakimel | 2012-10-09 09:22:16 -0400 |
commit | 16b71d7a218909a0c5cd70a7e303c601a6f015fa (patch) | |
tree | 100e027201fe59a70d21a7aac7a781aa9dd94b1f /index.html | |
parent | 7166e2d8cc4639d204927a7289fde8b79bd59410 (diff) |
slight tweak to zoom integration
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,7 +92,7 @@ <section> <h2>Point of View</h2> <p> - Press <strong>ESC</strong> to enter the slide overview. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. + Press <strong>ESC</strong> to enter the slide overview. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. Alt + click anywhere to zoom back out. </p> </section> @@ -342,7 +342,7 @@ function linkify( selector ) { { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'lib/js/zoom.js', condition: function() { return !!document.body.classList; } }, + { src: 'plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } }, { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } } ] |