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

Various fixes for webOS 3.3

This commit is contained in:
Odd Stråbø 2019-05-05 23:55:42 +02:00
parent 1ba58b06b3
commit 747201a6c7
8 changed files with 306 additions and 14 deletions

View file

@ -156,8 +156,6 @@ define(["apphost", "appSettings", "dom", "connectionManager", "loading", "cardSt
view.querySelector("#txtManualName").value = "";
showManualForm(view, false, false);
}
}).finally(function () {
loading.hide();
});
@ -166,4 +164,4 @@ define(["apphost", "appSettings", "dom", "connectionManager", "loading", "cardSt
});
});
}
});
});