mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix typo in f6f5df3
This commit is contained in:
parent
469e54a22c
commit
2a707fc512
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if (typeof platform !== 'undefined') {
|
|||
p.os = platform.os.toString();
|
||||
}
|
||||
|
||||
if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) <= -1) >
|
||||
if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) > -1) {
|
||||
if (!getCookie('browserDismiss')) {
|
||||
var $browser_warning = $('<div id="browser-warning">' +
|
||||
'<i class="fa fa-exclamation-circle"></i> ' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue