Skip to content

Commit

Permalink
Merge branch 'beta' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelGoerentz authored Jan 23, 2025
2 parents 3f7fdcb + b6e7f31 commit f82d369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/ts/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,14 @@ class SettingsCategory {

var tdRight = document.createElement('TD');
var button = this.Content.createInput('button', 'upload', '{{.button.uploadCustomImage}}');

button.setAttribute('onclick', 'javascript: uploadCustomImage();');
tdRight.appendChild(button)
setting.appendChild(tdLeft);
setting.appendChild(tdRight);
break;
}

return setting;

}

createDescription(settingsKey: string): any {
Expand Down

0 comments on commit f82d369

Please sign in to comment.