From f22e5f85e8284aaca724c372e8f9efdfd9b11943 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Mon, 8 Oct 2012 00:08:50 -0400
Subject: new paused mode feature (closes #144), controls and progress DOM
elements are no longer required in HTML
---
index.html | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 1ebea32..b5625c9 100644
--- a/index.html
+++ b/index.html
@@ -34,9 +34,6 @@
-
-
-
@@ -278,6 +275,14 @@ function linkify( selector ) {
+
+ Take a Moment
+
+ Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take disctracting slides off the screen
+ during a presentaion.
+
+
+
Stellar Links
@@ -310,17 +315,6 @@ function linkify( selector ) {
BY Hakim El Hattab / hakim.se
-
-
-
-
-
-
@@ -346,7 +340,7 @@ function linkify( selector ) {
{ 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: '/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'; } },
+ { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }
]
});
--
cgit v1.2.3