| author | hamidouk |
| Thu, 12 Jan 2012 14:22:36 +0100 | |
| branch | popcorn-port |
| changeset 615 | 7eb41c26a8b7 |
| parent 614 | 116de1c38a7d |
| child 616 | ff108c38a0c9 |
--- 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; }