From 0885b19df79e5203f07454f486b1ae775630448d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Thu, 6 Jan 2011 18:47:24 +0100 Subject: [PATCH] Fixed small typo causing the missingPlugin div not too be displayed --- src/webui/static/app/tvheadend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index d8bf786c..2cd955fa 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.

';