Helm, Actions, Dev updates, and much more! (#4)

Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/4
This commit is contained in:
dunemask 2023-08-18 17:43:33 +00:00
parent db2953b151
commit 45b20ae2b0
16 changed files with 1230 additions and 883 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@ -147,8 +147,9 @@
function loaderInitScript() {
function showLoader() {
const mediaCover = document.getElementById(
"loading-content-media-cover"
"loading-content-media-cover",
);
if (mediaCover === null && mediaCover.style === null) return;
mediaCover.style.display = "block";
}