diff app/views/pastes/show.html.erb @ 434:b2991317d4d7

Disable deletion key autocomplete
author nanaya <me@myconan.net>
date Fri, 13 May 2016 04:01:51 +0900
parents 967233b26404
children 1fc5ddcde386
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb	Fri May 13 03:59:50 2016 +0900
+++ b/app/views/pastes/show.html.erb	Fri May 13 04:01:51 2016 +0900
@@ -43,6 +43,7 @@
             :value => nil,
             :placeholder => t("pastes.new.deletion_key"),
             :autofocus => f.object.errors.any?,
+            :autocomplete => "off",
             :class => "form-control"
         %>