CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets
authordurandn
Tue, 22 Sep 2015 17:07:01 +0200
changeset 163 f7cc6a0670fd
parent 162 b494186c9919
child 164 b3fe63cdb3fd
CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets
server/src/remie/static/remie/metadataplayer/CurrentSegmentInfobox.js
--- a/server/src/remie/static/remie/metadataplayer/CurrentSegmentInfobox.js	Tue Sep 22 15:42:42 2015 +0200
+++ b/server/src/remie/static/remie/metadataplayer/CurrentSegmentInfobox.js	Tue Sep 22 17:07:01 2015 +0200
@@ -266,7 +266,6 @@
                 _this.$.find(".Ldt-CurrentSegmentInfobox").click(_this.functionWrapper("enableEditMode"));             
             }
             _this.$.toggleClass("editing", false);
-            _this.player.trigger("AnnotationsList.refresh"); /* On force le rafraîchissement du widget AnnotationsList */
         },
         error: function(_xhr, _error, _thrown) {
             IriSP.log("Error when sending annotation", _thrown);