aboutsummaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-14 23:54:16 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-14 23:54:16 +0800
commitb27e8e87f8be2d11468e9057254b6c8933e0af33 (patch)
treebbfb32d7e248ae6f2ec63164722523d96447848a /public/js
parent607303e4dee3ddf9ba3d9d67b0186fc5213b167b (diff)
parentd18237850c6a4ae855b3f8592994c91462fcdb0a (diff)
add tree view
Diffstat (limited to 'public/js')
-rw-r--r--public/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js
index 69d21020..0f0ecc43 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -78,7 +78,6 @@ function initRegister() {
rules: {
"username": {
required: true,
- minlength: 5,
maxlength: 30
},
"email": {