From db40ecba08d4fb29014d62ef039192c2e87db502 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Sun, 13 Dec 2020 21:16:33 +0100 Subject: [PATCH] Update configurationpage.html --- .../Configuration/configurationpage.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html index 3eb4cfc..a8a6d69 100644 --- a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html +++ b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html @@ -58,7 +58,6 @@ function loadOptions(skin){ var options = skin.options; - var page = $.mobile.activePage; var html = ""; html += '
'; options.forEach(element=>{ @@ -78,7 +77,7 @@ }); html += loadPreviews(skin); html += '
'; - $('#options', page).html(html).trigger('create'); + $('#options').html(html).trigger('create'); } function preloadPreviews(){