diff -r 68c7526a9940 -r 5171f8825985 web/res/metadataplayer/Controller.js --- a/web/res/metadataplayer/Controller.js Thu Sep 26 14:46:53 2013 +0200 +++ b/web/res/metadataplayer/Controller.js Tue Oct 01 16:33:47 2013 +0200 @@ -11,7 +11,7 @@ disable_annotate_btn: false, disable_search_btn: false, disable_ctrl_f: false -} +}; IriSP.Widgets.Controller.prototype.template = '
' @@ -225,7 +225,7 @@ .addClass("Ldt-Ctrl-Sound-Mute"); } else { _soundCtl.attr("title", this.l10n.mute) - .addClass(_vol < .5 ? "Ldt-Ctrl-Sound-Half" : "Ldt-Ctrl-Sound-Full" ) + .addClass(_vol < .5 ? "Ldt-Ctrl-Sound-Half" : "Ldt-Ctrl-Sound-Full" ); } this.$volumeBar.slider("value", _muted ? 0 : 100 * _vol); };