diff -r 458e9754d1cf -r 6a90c96f0b4c src/widgets/Polemic.js --- a/src/widgets/Polemic.js Fri Jan 25 18:47:43 2013 +0100 +++ b/src/widgets/Polemic.js Mon Jan 28 18:17:26 2013 +0100 @@ -113,7 +113,7 @@ function displayAnnotation(_elx, _ely, _pol, _col, _annotation) { var _html = Mustache.to_html( - '
', { id: _annotation.id, @@ -124,7 +124,8 @@ color: _col, width: (_this.element_width-1), height: _this.element_height, - title: _annotation.title + title: _annotation.title, + time: _annotation.begin.toString() }); var _el = IriSP.jQuery(_html); _el.mouseover(function() {