From 16b71d7a218909a0c5cd70a7e303c601a6f015fa Mon Sep 17 00:00:00 2001 From: hakimel Date: Tue, 9 Oct 2012 09:22:16 -0400 Subject: slight tweak to zoom integration --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 5606025..34ada2c 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@

Point of View

- Press ESC to enter the slide overview. Hold down alt and click on any element to zoom in on it using zoom.js. + Press ESC to enter the slide overview. Hold down alt and click on any element to zoom in on it using zoom.js. Alt + click anywhere to zoom back out.

@@ -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'; } } ] -- cgit v1.2.3