diff options
author | harriha | 2012-11-15 11:24:09 +0200 |
---|---|---|
committer | harriha | 2012-11-15 11:24:09 +0200 |
commit | a5956bc71d8613c3d2a3b5b155a83fd12f23f0e9 (patch) | |
tree | 5bb93210505633627ec6da22917c75d4b27ed5a0 /index.html | |
parent | 6d5df9b62dfd112fe36d77884f81ce925ce4ee75 (diff) |
Fix bug with switching to night theme
When switching to 'night' theme, the first slide was shown
instead of correctly linking to the Themes slide.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ <a href="?theme=beige#/themes">Beige</a> - <a href="?theme=simple#/themes">Simple</a> - <a href="?theme=serif#/themes">Serif</a> - - <a href="?theme=night#/night">Night</a> - + <a href="?theme=night#/themes">Night</a> - <a href="?#/themes">Default</a> </p> <p> |