]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
sync with upstream
authorJohn Törnblom <john.tornblom@gmail.com>
Fri, 13 May 2011 19:23:27 +0000 (21:23 +0200)
committerJohn Törnblom <john.tornblom@gmail.com>
Fri, 13 May 2011 19:23:27 +0000 (21:23 +0200)
src/webui/static/app/tvheadend.js

index 1066f6f866c32edb8ee4fc721cfecdc4244e671c..867e358c18a6cdc95ab111903ed31b4198edd14e 100644 (file)
@@ -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';