Skip to content

Commit

Permalink
Show the timer title in the log dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 26, 2013
1 parent e84529e commit b0143a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/js/hermes.js
Expand Up @@ -1450,7 +1450,7 @@ HermesCore = {
*/
stopTimer: function(elt)
{
$('hermesLogTimerDetails').update('@todo');
$('hermesLogTimerDetails').update(elt.up().down('div'));
this.temp_timer = elt;
RedBox.showHtml($('hermesLogTimer').show());
},
Expand Down

0 comments on commit b0143a9

Please sign in to comment.