Skip to content

Commit

Permalink
Merge pull request #153 from TF2Stadium/increase-chat-length
Browse files Browse the repository at this point in the history
increase chat message length to 150
  • Loading branch information
gpittarelli committed Jan 18, 2016
2 parents 81e501b + c8adb47 commit 5fc1ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add option for admins and mods to delete chat messages
* Whitelisted links in chat are clickable
* Emotes in chat :)
* Increase max chat message length to 150

## [0.6.0-alpha] - 2016-1-12

Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/comment-box/comment-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<textarea name="chatMessage"
ng-keydown="commentBox.sendMessage($event)"
ng-model="commentBox.messageBox"
md-maxlength="120"
md-maxlength="150"
required></textarea>
<div class="chat-error"
ng-show="chatForm.chatMessage.$error['md-maxlength']">
Expand Down

0 comments on commit 5fc1ff4

Please sign in to comment.