From 8de093bc3f84342bf626f136443e890520535c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 20 Feb 2020 22:49:34 +0100 Subject: probably breaks the layout on small screens --- js/messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/messaging.js b/js/messaging.js index 478bad4..fb764a8 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -302,7 +302,7 @@ async function sendMessage(recipient_number, subject, body) { type: "POST", success: () => { // we CAN'T know wether the mesgg was delievered - M.toast({ html: "Message was probably sent, check the Sent folder to be sure!" }); + M.toast({ html: "Message was probably sent, check the Sent folder to be sure!" }); setLoading(false); }, error: () => { -- cgit v1.2.3