Skip to content

Commit

Permalink
Merge pull request github#598 from keangkai/patch-1
Browse files Browse the repository at this point in the history
Update curriculum.js
  • Loading branch information
brianamarie committed Sep 25, 2017
2 parents c8ec2b5 + 43b6bba commit 98984ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _javascript/curriculum.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ $(function(){

return Timer;
})()

//receive parameter for counttime
var timer = new Timer($("#time-left"));
$('.timer-label').click(function(e) {
e.preventDefault()
Expand Down

0 comments on commit 98984ce

Please sign in to comment.