src/widgets/Segments.js
branchnew-model
changeset 881 f11b234497f7
parent 876 03967b6ada7c
child 905 029a4efe9e24
--- a/src/widgets/Segments.js	Thu Apr 26 19:18:57 2012 +0200
+++ b/src/widgets/Segments.js	Fri Apr 27 19:18:21 2012 +0200
@@ -69,6 +69,7 @@
     .click(function() {
         var _el = IriSP.jQuery(this);
         _this.player.popcorn.currentTime(_el.attr("begin-seconds"));
+        _this.player.popcorn.trigger("IriSP.Mediafragment.setHashToAnnotation", _el.attr("segment-id"));
     });
 }