From: Siebrand Mazeland Date: Fri, 16 Oct 2009 18:09:09 +0000 (+0000) Subject: Fix bad diff checking in r57822 X-Git-Tag: 1.31.0-rc.0~39255 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8c098d7c5cb158c8bff4fe759a1228c477d26b53;p=lhc%2Fweb%2Fwiklou.git Fix bad diff checking in r57822 --- diff --git a/js2/mwEmbed/libEmbedVideo/nativeEmbed.js b/js2/mwEmbed/libEmbedVideo/nativeEmbed.js index 706ee452c0..7df81e6e5c 100644 --- a/js2/mwEmbed/libEmbedVideo/nativeEmbed.js +++ b/js2/mwEmbed/libEmbedVideo/nativeEmbed.js @@ -73,7 +73,7 @@ var nativeEmbed = { }, onseeking:function(){ this.seeking = true; - this.setStatus( '' + gM('mwe-seeking') + '' ); + this.setStatus( gM('mwe-seeking') ); }, onseeked: function(){ this.seeking = false;