Skip to content

Commit

Permalink
show rebuilding status after failure correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
zhougn committed Sep 13, 2011
1 parent e201347 commit 7e2e728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed hudson-monitor.crx
Binary file not shown.
4 changes: 2 additions & 2 deletions js/monitor.js
Expand Up @@ -3,8 +3,8 @@ var Monitor = new Class({
_statues: {
red : 'fail',
blue : 'success',
yellow : 'building',
blue_anime : 'building'
blue_anime : 'building',
red_anime : 'building'
},

initialize: function() {
Expand Down

0 comments on commit 7e2e728

Please sign in to comment.