From 50166f04d8e5b27436926f10d0dccf7cba5ddcdf Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 5 Dec 2015 03:43:57 +0900 Subject: [PATCH] Disable auto completion in the select user field --- src/main/twirl/gitbucket/core/helper/account.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/helper/account.scala.html b/src/main/twirl/gitbucket/core/helper/account.scala.html index 4b62e72ad..8a6570ca6 100644 --- a/src/main/twirl/gitbucket/core/helper/account.scala.html +++ b/src/main/twirl/gitbucket/core/helper/account.scala.html @@ -1,6 +1,6 @@ @(id: String, width: Int)(implicit context: gitbucket.core.controller.Context) @import context._ - +