summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2012-07-18 21:21:27 -0400
committerHakim El Hattab2012-07-18 21:21:27 -0400
commit04a2337041467bb195979c36409a46bd3c1fe8d0 (patch)
tree131221892a493521f3bf6b0fa353cb39ba5e86fe
parent54e59d02d4a1903a8f159f100aa1e322866ceddd (diff)
readme update
-rw-r--r--README.md1
-rw-r--r--index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 788fe6d..acc4147 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
- Bumped up default font-size for code samples
- Added beige theme
- Added 'autoSlide' config
+- Bug fix: The 'slidechanged' event is now firing upon 'hashchange'. Thanks [basecode](https://github.com/basecode)
#### 1.3
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)
diff --git a/index.html b/index.html
index d67c179..92d2209 100644
--- a/index.html
+++ b/index.html
@@ -285,7 +285,7 @@ function linkify( selector ) {
controls: true,
progress: true,
history: true,
-
+
theme: query.theme || 'default', // default/neon/beige
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});