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

update translations

This commit is contained in:
Luke Pulverenti 2015-10-25 16:10:59 -04:00
parent 0ccc10b691
commit 6000b2ee0f
10 changed files with 45 additions and 43 deletions

View file

@ -91,7 +91,8 @@
// without this safari will scroll the background instead of the dialog contents
// but not needed here since this is already on top of an existing dialog
// but skip it in IE because it's causing the entire browser to hang
if (!$.browser.msie) {
// Also have to disable for firefox because it's causing select elements to not be clickable
if (!$.browser.msie && !$.browser.mozilla) {
dlg.setAttribute('modal', 'modal');
}