]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixed small typo causing the missingPlugin div not too be displayed
authorJohn Törnblom <john.tornblom@gmail.com>
Thu, 6 Jan 2011 17:47:24 +0000 (18:47 +0100)
committerJohn Törnblom <john.tornblom@gmail.com>
Fri, 4 Feb 2011 15:00:14 +0000 (16:00 +0100)
src/webui/static/app/tvheadend.js

index d8bf786c4202066858b8b60f111e48bbb54865e4..2cd955fa35497b90a3231e980361d938ac764d36 100644 (file)
@@ -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 = '<a href="' + url + '">the stream</a>';
       missingPlugin.innerHTML  = '<p>You are missing a plugin for your browser.</p>';