Skip to content

Commit

Permalink
Kill the done class on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Oct 11, 2013
1 parent 357696d commit 649a44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pace.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class Bar
@el = document.createElement 'div'
@el.className = "pace pace-active"

document.body.className = document.body.className.replace 'pace-done', ''
document.body.className += ' pace-running'

@el.innerHTML = '''
Expand Down

0 comments on commit 649a44b

Please sign in to comment.