socialforge/app/views/attachments/upload_attachment_version.j...

7 lines
156 B
Plaintext
Raw Normal View History

2015-12-30 17:27:44 +08:00
<% if @flag %>
hideModal();
alert('更新成功')
$(".re_search").submit();
<%else%>
$("#upload_file_count").html('(更新失败)')
<%end %>