aboutsummaryrefslogtreecommitdiff
path: root/profile/public/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'profile/public/user.js')
-rw-r--r--profile/public/user.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/public/user.js b/profile/public/user.js
index 963904c..936118e 100644
--- a/profile/public/user.js
+++ b/profile/public/user.js
@@ -164,6 +164,7 @@ function addChar(char) {
});
const inp = document.createElement("input");
const btn = document.createElement("button");
+ btn.classList.add("pure-button", "pure-button-primary");
btn.textContent = "Senden";
if (char.hasOwnProperty("txt")) {
@@ -181,6 +182,7 @@ function addChar(char) {
headers: { "Content-Type": "application/json" },
body,
});
+ alert("Okidoki, danke!");
});
const div = document.createElement("div");
div.style.display = "flex";