diff -r 116de1c38a7d -r 7eb41c26a8b7 src/js/widgets/annotationsListWidget.js --- a/src/js/widgets/annotationsListWidget.js Thu Jan 12 13:15:34 2012 +0100 +++ b/src/js/widgets/annotationsListWidget.js Thu Jan 12 14:22:36 2012 +0100 @@ -33,7 +33,7 @@ /* filter the annotations whose type is not the one we want */ if (typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined" - && annotation.meta["id-ref"] != view_type) { + && annotation.meta["id-ref"] !== view_type) { continue; }