commit 8278e9f91694857cefb17964f2025e4272477e29 Author: hiromipaw hiro@torproject.org Date: Fri Jun 16 13:02:36 2017 +0200
Fix small typo --- js/dlpage01.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/dlpage01.js b/js/dlpage01.js index 9efe042..d1459e1 100644 --- a/js/dlpage01.js +++ b/js/dlpage01.js @@ -63,8 +63,8 @@ $(function(){ });
$(document).ready(function () { - $('.onload').ready(resetAll; - + $('.onload').ready(resetAll); + $('.jump').click(function(event){ //prevent the default action for the click event //event.preventDefault();