fix injector rq

This commit is contained in:
ZXMushroom63 2024-09-01 12:44:56 +08:00
parent df1ec56593
commit 2f481e0270

View File

@ -43,12 +43,12 @@
</div>
<h6>
Adds ModAPI with more functionality (adds hooking into functions, exposes
all classes, etc) to unminified unobfuscated EaglercraftX builds.
all classes, etc) to unminified unobfuscated EaglercraftX offline downloads (web support coming soon).
</h6>
<br />
<div class="custom-file mb-3">
<input class="custom-file-input" type="file" id="htmlFile" accept=".html,.js" />
<label class="custom-file-label" for="htmlFile">Choose .js file...</label>
<label class="custom-file-label" for="htmlFile">Choose .html file...</label>
<br /><br />
<button class="btn btn-primary" id="giveme">Make modded build</button>
</div>