mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix fullscreen button with IE
This commit is contained in:
parent
c5802fc5ab
commit
3114742ab7
18 changed files with 125 additions and 176 deletions
|
@ -1,6 +1,6 @@
|
|||
(function () {
|
||||
|
||||
$(document).on('pagebeforeshow', "#logPage", function () {
|
||||
$(document).on('pageshown', "#logPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -46,8 +46,6 @@
|
|||
$('.serverLogs', page).html(html).trigger('create');
|
||||
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue