diff --git a/hermes/js/hermes.js b/hermes/js/hermes.js index 0d7b331d0c5..d306b83cd0b 100644 --- a/hermes/js/hermes.js +++ b/hermes/js/hermes.js @@ -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()); },