1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dialogs

This commit is contained in:
Luke Pulverenti 2015-10-18 19:23:48 -04:00
parent 62e03ef0be
commit e156534cba
4 changed files with 16 additions and 13 deletions

View file

@ -55,6 +55,9 @@
if ($.browser.msie) {
return false;
}
if ($.browser.edge) {
return false;
}
return true;
}