--- a/src/js/widgets/playerWidget.js Wed Dec 14 11:26:44 2011 +0100
+++ b/src/js/widgets/playerWidget.js Wed Dec 14 12:09:45 2011 +0100
@@ -46,6 +46,8 @@
// trigger an IriSP.PlayerWidget.MouseOver to the widgets that are interested (i.e : sliderWidget)
this.selector.hover(function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOver"); },
function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOut"); });
+
+ this.muteButtonUpdater(); /* some player - jwplayer notable - save the state of the mute button between sessions */
};
/* Update the elasped time div */