From: John Törnblom Date: Thu, 6 Jan 2011 17:47:24 +0000 (+0100) Subject: Fixed small typo causing the missingPlugin div not too be displayed X-Git-Tag: 2.99~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0885b19df79e5203f07454f486b1ae775630448d;p=thirdparty%2Ftvheadend.git Fixed small typo causing the missingPlugin div not too be displayed --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index d8bf786c4..2cd955fa3 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -184,7 +184,7 @@ tvheadend.VLC = function(url) { win.getTopToolbar().add(sliderLabel); if(url && (!vlc.playlist || vlc.playlist == 'undefined')) { - missingPlugin.style.display = 'none'; + vlc.style.display = 'none'; var chUrl = 'the stream'; missingPlugin.innerHTML = '

You are missing a plugin for your browser.

';