diff --git a/app/views/exercise/index.html.erb b/app/views/exercise/index.html.erb
index 8e8940f33..14db03e09 100644
--- a/app/views/exercise/index.html.erb
+++ b/app/views/exercise/index.html.erb
@@ -57,34 +57,6 @@
}
}
- function close_poll(poll_id)
- {
- $('#ajax-modal').html("
" +
- "
" +
- "
" +
- "
问卷关闭后学生将不能继续提交问卷,
是否确定关闭该问卷?
" +
- "
" +
- "
" +
- "
" +
- "
" +
- "
");
- showModal('ajax-modal', '310px');
- $('#ajax-modal').css('height','120px');
- $('#ajax-modal').siblings().remove();
- $('#ajax-modal').before("" +
- "");
- $('#ajax-modal').parent().removeClass("alert_praise");
- $('#ajax-modal').parent().css("top","").css("left","");
- $('#ajax-modal').parent().addClass("popbox_polls");
- }
-
- function closeModal()
- {
- hideModal($("#popbox_upload"));
- }
<%= render :partial => 'exercises_list'%>