diff -r b3ee7d1b472a -r 64c2eaafe5e2 src/widgets/AnnotationsList.js --- a/src/widgets/AnnotationsList.js Fri Jun 29 16:22:52 2012 +0200 +++ b/src/widgets/AnnotationsList.js Thu Jul 05 19:08:13 2012 +0200 @@ -27,14 +27,27 @@ annotation_type : false, refresh_interval : 0, limit_count : 10, - newest_first : false + newest_first : false, + polemics : [{ + keyword: "++", + background_color: "#c9ecc6" + },{ + keyword: "--", + background_color: "#f9c5c6" + },{ + keyword: "??", + background_color: "#cec5f9" + },{ + keyword: "==", + background_color: "#f9f4c6" + }] }; IriSP.Widgets.AnnotationsList.prototype.template = '
' + '