mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer
This commit is contained in:
parent
568fabb9ca
commit
319d838d6e
48 changed files with 3045 additions and 2348 deletions
|
@ -1102,14 +1102,6 @@
|
|||
errorMsg += '</p>';
|
||||
}
|
||||
|
||||
if ($.browser.msie && !$.browser.mobile && !self.canPlayWebm()) {
|
||||
errorMsg += '<p>';
|
||||
errorMsg += '<a href="https://tools.google.com/dlpage/webmmf/" target="_blank">';
|
||||
errorMsg += Globalize.translate('MessageInternetExplorerWebm');
|
||||
errorMsg += '</a>';
|
||||
errorMsg += '</p>';
|
||||
}
|
||||
|
||||
Dashboard.alert({
|
||||
title: Globalize.translate('HeaderVideoError'),
|
||||
message: errorMsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue