This commit is contained in:
yutao 2015-05-28 10:12:43 +08:00
parent 586c3709db
commit 625023686a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,3 @@
<%= javascript_include_tag "/assets/kindeditor/kindeditor-min" %>
<style>
.comment{
position: relative;

View File

@ -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;
});