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

7 lines
172 B
Plaintext

<% if @flag %>
hideModal();
alert('更新成功')
$(".re_search").submit(); // 为了刷新
<%else%>
$("#upload_file_count").html('(更新失败)')
<%end %>