Skip to content

Commit

Permalink
Added feedback title
Browse files Browse the repository at this point in the history
  • Loading branch information
padvincenzo authored Sep 13, 2021
1 parent 7a9d60e commit 0a94d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ class UI {

static feedback() {
var form = new Form();

form.insertTitle(lang.feedback);
form.appendText("name", "", lang.yourName, 100);
form.appendText("mail", "", lang.yourMail, 150);
form.appendTextarea("feedback", "", lang.feedbackWrite, 1000);
Expand Down

0 comments on commit 0a94d5b

Please sign in to comment.