| author | hamidouk |
| Thu, 12 Jan 2012 14:22:48 +0100 | |
| branch | popcorn-port |
| changeset 616 | ff108c38a0c9 |
| parent 615 | 7eb41c26a8b7 |
| child 617 | cb8772265ce2 |
--- a/src/js/widgets/createAnnotationWidget.js Thu Jan 12 14:22:36 2012 +0100 +++ b/src/js/widgets/createAnnotationWidget.js Thu Jan 12 14:22:48 2012 +0100 @@ -94,7 +94,6 @@ code = {start: annotation.begin / 1000, end: annotation.end / 1000, onStart: function(annotation) { return function() { - console.log(annotation); if (typeof(annotation.content) !== "undefined") _this.selector.find(".Ldt-createAnnotation-Title").html(annotation.content.title);