Enable use of spacebar for scrolling into book body

This commit is contained in:
Samy Pessé
2014-04-03 15:53:50 -07:00
parent c964b53137
commit 55d9bfbf18
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -41,5 +41,8 @@ require([
// Show progress
progress.show();
// Focus on content
$(".book-body").focus();
});
});