mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
And some more...
This commit is contained in:
+2
-2
@@ -372,7 +372,7 @@ class Patcher {
|
|||||||
this.patchDiv = $("<div>", {"class": "patches"});
|
this.patchDiv = $("<div>", {"class": "patches"});
|
||||||
|
|
||||||
var saveButton = $("<button disabled>");
|
var saveButton = $("<button disabled>");
|
||||||
saveButton.text('Load DLL First');
|
saveButton.text('Load file First');
|
||||||
saveButton.on('click', this.saveDll.bind(this));
|
saveButton.on('click', this.saveDll.bind(this));
|
||||||
this.saveButton = saveButton;
|
this.saveButton = saveButton;
|
||||||
|
|
||||||
@@ -427,7 +427,7 @@ class Patcher {
|
|||||||
this.dllFile = new Uint8Array(buffer);
|
this.dllFile = new Uint8Array(buffer);
|
||||||
if(this.validatePatches()) {
|
if(this.validatePatches()) {
|
||||||
this.successDiv.removeClass("hidden");
|
this.successDiv.removeClass("hidden");
|
||||||
this.successDiv.html("DLL loaded successfully!");
|
this.successDiv.html("File loaded successfully!");
|
||||||
} else {
|
} else {
|
||||||
this.successDiv.addClass("hidden");
|
this.successDiv.addClass("hidden");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user