remove the preload tag from the music.js script cuz it literally gets ignored and is useless, (also removed uwu from the music.js)

This commit is contained in:
ChrisPlayzWii wmt 2025-06-10 20:07:54 -05:00
parent 4da724b08e
commit 5a82da83e6
9 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>Branding of WiiMart</title>
<meta content="Branding of WiiMart" property="og:title">
<meta content="This page contains the WiiMart branding guidelines." property="og:description">

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>WiiMart Credits</title>
<meta content="WiiMart Credits" property="og:title">
<meta content="View the credits for WiiMart here." property="og:description">

View File

@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css">
<script src="meta/error.js" defer></script>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>WiiMart: an active Wii Shop revival!</title>
<meta content="WiiMart: an active Wii Shop revival!" property="og:title">
<meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description">

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>WiiMart: Important Info logs</title>
<meta content="WiiMart: Important Info logs" property="og:title">
<meta content="Here are archives of WiiMart.org's Important Info section." property="og:description">

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>Install WiiMart</title>
<meta content="Download WiiMart" property="og:title">
<meta content="Here are the installation instructions for WiiMart and the patched IOS WADs!." property="og:description">

View File

@ -53,7 +53,7 @@ function pauseBGM() {
}
function playBGMonload() {
// this version has it fade in for smoother experince between pages uwu (i could of used set interval, but memory issues?)
// this version has it fade in for smoother experince between pages (i could of used set interval, but memory issues?)
fadeinbgm();
localStorage.setItem("shopmusic", "playing");
shoploop.play();

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family:'Shop';src:url('meta/shop.ttf') format('truetype');font-weight: normal;font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>WiiMart Specials</title>
<meta content="WiiMart Specials" property="og:title">
<meta content="This page contains some special content for WiiMart." property="og:description">

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family:'Shop';src:url('meta/shop.ttf') format('truetype');font-weight: normal;font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<script src="meta/music.js"></script>
<title>Support for WiiMart</title>
<meta content="Support for WiiMart" property="og:title">
<meta content="This page contains troublehsooting tips for WiiMart." property="og:description">