用户反馈(问吧)-编辑作业的bug
This commit is contained in:
parent
96312c6dfa
commit
6e1df8fd26
|
@ -167,7 +167,7 @@
|
|||
if($.trim($("#homework_end_time").val()) == ""){
|
||||
var htmlvalue = '<div id="muban_popup_box" style="width:300px;"><div class="muban_popup_top"><h3 class="fl">提示</h3><a href="javascript:void(0);" class="muban_icons_close fr"></a></div>'+
|
||||
'<div class="clear mt15"><p class="text_c f14 fontGrey7">您还没有设置作业截止时间,因此学生不可见<br/>您是否确定</p><div class="cl"></div><a href="javascript:void(0)" class="fr sy_btn_blue mt10" style="margin-right: 92px;" onclick="submit_form()">确定</a>'+
|
||||
'<a href="javascript:void(0);" class="fr sy_btn_grey mt10 mr10" onclick="hideModal();">取消</a></div></div>';
|
||||
'<a href="javascript:void(0);" class="fr sy_btn_grey mt10 mr10" onclick="first_click = true;hideModal();">取消</a></div></div>';
|
||||
pop_box_new(htmlvalue, 300, 140);
|
||||
} else{
|
||||
$(this)[0].submit();
|
||||
|
|
Loading…
Reference in New Issue