projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd59ef
)
prevent default on space press
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 3 Jan 2012 07:48:09 +0000
(23:48 -0800)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 3 Jan 2012 07:48:09 +0000
(23:48 -0800)
js/reveal.js
patch
|
blob
|
history
diff --git
a/js/reveal.js
b/js/reveal.js
index 72756c154ff8846a70d06e1f752008cb6d9e254b..aa5cc7d32e9be37af17710597ac162b1426801e7 100644
(file)
--- a/
js/reveal.js
+++ b/
js/reveal.js
@@
-219,6
+219,8
@@
var Reveal = (function(){
else {
activateOverview();
}
+
+ event.preventDefault();
}
}
}