Nuke jquery and FileSaver.min.js

This commit is contained in:
Will Toohey
2022-05-28 13:48:36 +10:00
parent 489b3b2e7e
commit 1aeae79374
72 changed files with 389 additions and 563 deletions
+5 -8
View File
@@ -4,14 +4,11 @@
<meta charset="utf-8">
<title>CHUNITHM Modder</title>
<link rel="stylesheet" href="css/style.css">
<!-- don't hate -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
// 1.00
new Patcher("chuniApp.exe", "(1.00.00)", [
{
@@ -77,7 +74,7 @@
]
}
]),
// 1.01
new Patcher("chuniApp.exe", "(1.01.00)", [
{
@@ -143,13 +140,13 @@
]
}
]),
]);
});
</script>
</head>
<body>
<h1>CHUNITHM Modder</h1>
</body>
</html>
</html>