Fixed small typo causing the missingPlugin div not too be displayed
This commit is contained in:
parent
3c06b89ad3
commit
0885b19df7
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Reference in a new issue