Skip to content

Commit

Permalink
- Finish fixing a bug with refreshing powers, introduced when i moved…
Browse files Browse the repository at this point in the history
… to <use-type>-bg CSS classes, and didn't update the javascript.
  • Loading branch information
borzilleri committed Dec 21, 2009
1 parent 9df980d commit ae7d978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions htdocs/javascript/playerProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function parseProcessResult(data, textStatus) {
case 'refreshPowers':
animatePower('#PowerTable tr.Encounter-bg');
if( v ) {
animatePower('#PowerTable tr.Daily');
animatePower('#PowerTable tr.Healing-Surge');
animatePower('#PowerTable tr.Daily-bg');
animatePower('#PowerTable tr.Healing-Surge-bg');
}
break;
case 'power':
Expand Down
1 change: 0 additions & 1 deletion includes/models/Power.php
Original file line number Diff line number Diff line change
Expand Up @@ -1061,4 +1061,3 @@ public function scanAndParseText($text) {
}
}
?>

0 comments on commit ae7d978

Please sign in to comment.