Skip to content

Commit

Permalink
made it more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ctih2 committed Apr 22, 2024
1 parent 03d84a6 commit 287953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function addInput() {
`;
domain_field.innerHTML = `<input class="form-label bg-transparent text-white btn" placeholder="Name">`;
ip_addr_field.innerHTML = `<input class="form-label bg-transparent text-white btn" placeholder="Content">`;
true_domain_field.innerHTML = `<button onclick="saveCustomDomain(this);" class="btn btn-outline-primary">Save</button>`;
true_domain_field.innerHTML = `<button onclick="saveCustomDomain(this);" class="btn btn-outline-primary">Save/Create</button>`;
new_column.children = [record_type_field,domain_field,ip_addr_field,true_domain_field];
table.appendChild(new_column);
return;
Expand Down

0 comments on commit 287953e

Please sign in to comment.