Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 22:37:08 +08:00
parent 8d85115c65
commit 4ac2a52546
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<%= stylesheet_link_tag "lib/main-form-col2" %>
<% end %>
<script>
<style>
td{
vertical-align: middle;
}
</style>
function change_mode(){
var value = $("form[name='mode_form']").find("input[type='checkbox']")[0].checked
if (value){