Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f695b4

Browse files
Merge pull request #157 from serdnab/cat-desc-val-length
length validation of category description
2 parents 7918f8c + ffeeaac commit 7f695b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎BlogEngine/BlogEngine.NET/admin/app/content/categories/categoryController.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
bindCommon();
8181
$('#form').validate({
8282
rules: {
83-
txtSlug: { required: true }
83+
txtSlug: { required: true },
84+
txtExcerpt: { maxlength: 200 }
8485
}
8586
});
8687
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /