socialforge/app/views/bids/stop_anonymous_comment.js.erb

3 lines
128 B
Plaintext
Raw Normal View History

alert('关闭成功');
2014-11-24 15:00:20 +08:00
$("#<%= @bid.id %>_anonymous_comment").html('<a href="#" style="background:#8e8e8e;">匿评结束</a>');