|
|
|
@ -27,6 +27,7 @@
|
|
|
|
|
else if (window.attachEvent)
|
|
|
|
|
window.attachEvent("onload", buildsubmenus)
|
|
|
|
|
</script>
|
|
|
|
|
<%= javascript_include_tag "/assets/kindeditor/kindeditor-min" %>
|
|
|
|
|
|
|
|
|
|
<% if @project %>
|
|
|
|
|
<%= render :partial => 'project_show', locals: {project: @project} %>
|
|
|
|
@ -147,9 +148,9 @@ function nh_init_board(params){
|
|
|
|
|
textarea:params.textarea
|
|
|
|
|
});
|
|
|
|
|
if(is_checked){
|
|
|
|
|
// alert('submit');
|
|
|
|
|
// return false;
|
|
|
|
|
return true;
|
|
|
|
|
//return true 居然不提交 fuck your sister
|
|
|
|
|
$(this)[0].submit();
|
|
|
|
|
// return true;
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|