equal
deleted
inserted
replaced
67 _this.$segments.removeClass("inactive active"); |
67 _this.$segments.removeClass("inactive active"); |
68 }) |
68 }) |
69 .click(function() { |
69 .click(function() { |
70 var _el = IriSP.jQuery(this); |
70 var _el = IriSP.jQuery(this); |
71 _this.player.popcorn.currentTime(_el.attr("begin-seconds")); |
71 _this.player.popcorn.currentTime(_el.attr("begin-seconds")); |
|
72 _this.player.popcorn.trigger("IriSP.Mediafragment.setHashToAnnotation", _el.attr("segment-id")); |
72 }); |
73 }); |
73 } |
74 } |
74 |
75 |
75 IriSP.Widgets.Segments.prototype.onSearch = function(searchString) { |
76 IriSP.Widgets.Segments.prototype.onSearch = function(searchString) { |
76 this.searchString = typeof searchString !== "undefined" ? searchString : ''; |
77 this.searchString = typeof searchString !== "undefined" ? searchString : ''; |