Update merge.html.erb
This commit is contained in:
parent
8d85115c65
commit
4ac2a52546
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue