Skip to content

Commit

Permalink
custom: update
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
  • Loading branch information
AuxXxilium committed Jun 24, 2024
1 parent 555c4ce commit 40659b8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
let formData = new FormData(form);
var title = "custom";
var body = {};
var _parameters = ["title", "model", "version", "addons", "macsys", "customkernel", "format"];
var _parameters = ["title", "model", "version", "addons", "customkernel", "format"];
for (var key in _parameters) {
var name = _parameters[key];
if (name == "title") {
Expand Down Expand Up @@ -214,17 +214,6 @@
</select>
</div>
</div>
<div class="form-group mt-1 mb-2 ">
<div class="form-group-header">
<label class="color-fg-default text-mono f6">Macsys (Choose an Option):</label>
</div>
<div class="form-group-body">
<select class="form-select form-control select-sm input-contrast" id="macsys" name="inputs[macsys]" value="">
<option selected="selected" value="hardware">use hardware mac</option>
<option value="custom">use fake mac</option>
</select>
</div>
</div>
<div class="form-group mt-1 mb-2 ">
<div class="form-group-header">
<label class="color-fg-default text-mono f6">Switch Kernel (Only for SA6400):</label>
Expand Down

0 comments on commit 40659b8

Please sign in to comment.