Skip to content

Commit

Permalink
edit some
Browse files Browse the repository at this point in the history
  • Loading branch information
xzghua committed Aug 23, 2017
1 parent 5a630fb commit 20aa801
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
.env
.*
2 changes: 1 addition & 1 deletion public/Admin/admin.create.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var articleForm = $('.articleForm').validate({
rules:{
title:{
required:true,
maxlength:50
maxlength:100
},
category:{
required:true,
Expand Down

0 comments on commit 20aa801

Please sign in to comment.