From: John Törnblom Date: Fri, 13 May 2011 19:23:27 +0000 (+0200) Subject: sync with upstream X-Git-Tag: 2.99~51^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e6113ba9588245458eed3436ac7f6da018c9e1;p=thirdparty%2Ftvheadend.git sync with upstream --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 1066f6f86..867e358c1 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -51,10 +51,6 @@ tvheadend.VLC = function(url) { vlc.setAttribute('autoplay', 'no'); vlc.setAttribute('id', randomString()); - var missingPlugin = document.createElement('div'); - missingPlugin.style.display = 'none'; - missingPlugin.style.padding = '5px'; - var missingPlugin = document.createElement('div'); missingPlugin.style.display = 'none'; missingPlugin.style.padding = '5px';