src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 540 b1f3aee23199
parent 468 651528a4f795
child 559 04e73ddebfa7
--- a/src/js/widgets/playerWidget.js	Wed Dec 28 14:41:43 2011 +0100
+++ b/src/js/widgets/playerWidget.js	Wed Dec 28 17:05:25 2011 +0100
@@ -30,7 +30,8 @@
   
   
   this.selector.find(".Ldt-CtrlPlay").click(function() { self.playHandler.call(self); });
-  this.selector.find(".Ldt-CtrlNext").click(function() { });
+  this.selector.find(".Ldt-CtrlAnnotate").click(function() 
+                                            { self._Popcorn.trigger("IriSP.PlayerWidget.AnnotateButton.clicked"); });
   this.selector.find(".Ldt-CtrlSearch").click(function() { self.searchButtonHandler.call(self); });
   
   this.selector.find('.Ldt-CtrlSound').click(function() { self.muteHandler.call(self); } );