Orbit/vendor/built_in_modules/personal_conference/app/views/panel/personal_conference/plugin/writing_conferences/toggle_enable.js.erb

3 lines
145 B
Plaintext

$("#enable_<%= @bulletin.id %>").toggle();
$("#disable_<%= @bulletin.id %>").toggle();
$("#bulletin_<%= @bulletin.id %>").toggleClass('disable');