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

7 lines
174 B
Plaintext
Raw Normal View History

2015-12-30 17:27:44 +08:00
<% if @flag %>
hideModal();
2016-11-04 18:59:48 +08:00
alert('更新成功');
2016-10-15 09:04:19 +08:00
$(".re_search").submit(); // 为了刷新
2015-12-30 17:27:44 +08:00
<%else%>
2016-11-04 18:59:48 +08:00
$("#upload_file_count").html('(更新失败)');
2015-12-30 17:27:44 +08:00
<%end %>