From 6556d267420fc4dddcf746256c52f2fc48a291ce Mon Sep 17 00:00:00 2001 From: Ali Ayas Date: Sun, 1 Dec 2013 23:55:34 +0200 Subject: [PATCH] Turn off autocomplete on "Add collaborator" form You have already created js autocomplete for that input, so it is good to turn off the browser autocomplete. If there are more forms that have custom autocomplete, this change should be applied to them, too. --- src/main/twirl/settings/collaborators.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/settings/collaborators.scala.html b/src/main/twirl/settings/collaborators.scala.html index 24b630cdc..8264764e6 100644 --- a/src/main/twirl/settings/collaborators.scala.html +++ b/src/main/twirl/settings/collaborators.scala.html @@ -18,7 +18,7 @@ } @if(!isGroupRepository){ -
+