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

3 lines
158 B
Plaintext
Raw Normal View History

2014-11-02 14:38:43 +08:00
alert('启动成功')
$("#<%= @bid.id %>_start_anonymous_comment").html('<%= link_to "关闭匿评", stop_anonymous_comment_bid_path(@bid), remote: true %>')