Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 20:31:49 +08:00
parent f2bac65174
commit 214979b7b4
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ function change_mode(){
<form method="get" action='?' name='mode_form'>
<nobr>
<%= '嚴格比較模式'+':' %>
<input type='hidden' name='mode' value=''>
<% if params['mode']!='simple' %>
<input type='hidden' name='mode' value=''>
<input type="checkbox" onchange='change_mode()' checked><span>是</span>
<% else %>
<input type="checkbox" onchange='change_mode()'><span>否</span>