summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2012-07-20 22:09:56 -0400
committerHakim El Hattab2012-07-20 22:09:56 -0400
commit7f9662edab1c7d25c3a74506e365684e0befb7c3 (patch)
treef06827dd85d42c85a9a9806950b5516e4aa91a98 /README.md
parent7b53ff0b9d526c3270fa52cf13d0f9f6ff0496d3 (diff)
null check progress DOM element even if it's configured to be on
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index acc4147..298c1cf 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
- Added beige theme
- Added 'autoSlide' config
- Bug fix: The 'slidechanged' event is now firing upon 'hashchange'. Thanks [basecode](https://github.com/basecode)
+- Bug fix: JS error when the 'progress' option was true but there was no progress DOM element
#### 1.3
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)