This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b71d714103
socialforge
/
app
/
views
/
poll
/
destroy.js.erb
4 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
增加问卷修改功能,以及相关js
2015-01-12 17:55:22 +08:00
<% if @poll%>
$("#polls_<%= @poll.id%>").remove();
<%else%>
增加访问权限控制
2015-01-13 10:23:26 +08:00
<% end %>