From 4482d4ca8a69dcfa3b082436a02cf25ee0870be0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 29 Jan 2021 14:42:34 +0100 Subject: blabla --- profile/public/user.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profile/public/user.js') 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"; -- cgit v1.2.3