Commit Graph
4 Commits
Author SHA1 Message Date
Henrik Ingo e92e02ccb4 Make impress-console-button actually clickable (#651)
Changed the onclick handler to trigger the impress:console:open event
and not use the impressConsole() global function any more. The latter
is considered deprecated now that impressConsole is integrated into
impress.js itself.

Also catch some errors that appear in event handlers when the target
for the click event was immediately removed from DOM.

Fixes #651
2018-01-01 15:05:55 +02:00
Henrik Ingo df3532085f impressConsole broke init() if root element didn't have id="impress"
Also adds regression tests to prevent this from happening in the future
as well as upgrades karma-chrome-launcher to newest version.

Fixes #654
2017-12-31 14:36:43 +02:00
Henrik Ingo ba1fe7f6d6 Add link to Github release page for downloading stable releases.
Intentionally omitting git checkout <tag> alternative for simplicity.
Those that now how git works, will know it anyway.
2017-12-01 21:48:16 +02:00
Henrik Ingo c5e93f6885 Fix a couple links in README.md 2017-11-12 21:41:13 +02:00