From 504c48060149db0fedd8caf5a0054db2f7f42b54 Mon Sep 17 00:00:00 2001 From: "M. Omer Golgeli" Date: Fri, 8 Jan 2016 18:39:20 +0200 Subject: [PATCH] Fix autocomplete problem Updated the form to not auto complete what we wrote before by removing action="" and adding autocomplete="off" Making so now, especially when I'm on mobile I don't get my screen filled with previously typed sentences. This commit is related to https://github.com/erming/shout/pull/532 --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index b774a2a3..34604321 100644 --- a/client/index.html +++ b/client/index.html @@ -271,7 +271,7 @@

About Shout

-
+