socialforge/app/views/organizations/hide_org_subfield.js.erb

2 lines
117 B
Plaintext
Raw Normal View History

2016-03-31 16:19:59 +08:00
$("#hide_<%= @org_subfield.id %>").text("可见");
$("#org_subfield_<%= @org_subfield.id %>").css("display", "none");