mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Nuke jquery and FileSaver.min.js
This commit is contained in:
+5
-8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user