Fixed small typo causing the missingPlugin div not too be displayed

This commit is contained in:
John Törnblom 2011-01-06 18:47:24 +01:00
parent 3c06b89ad3
commit 0885b19df7

View 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>';