...
This commit is contained in:
parent
586c3709db
commit
625023686a
|
@ -1,4 +1,3 @@
|
|||
<%= javascript_include_tag "/assets/kindeditor/kindeditor-min" %>
|
||||
<style>
|
||||
.comment{
|
||||
position: relative;
|
||||
|
|
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue