Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Klang <bklang@mojolingo.com>2015-03-11 22:22:09 +0300
committerBen Klang <bklang@mojolingo.com>2015-03-26 22:58:54 +0300
commit2bbe34fc30cc64b6b1ae6af12d01b6267c440209 (patch)
tree60918a6ada9847777abbd4be8ed7440770a90c23
parent45a68410d86f29246f35af8cb3507c4dcb79db44 (diff)
Use Candy’s crop function to get the ellipsis
-rw-r--r--src/view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view.js b/src/view.js
index 7be6b8e..236c286 100644
--- a/src/view.js
+++ b/src/view.js
@@ -39,7 +39,7 @@ Candy.View = (function(self, $) {
assets: 'res/',
messages: { limit: 2000, remove: 500 },
crop: {
- message: { nickname: 15, body: 1000, url: 64 },
+ message: { nickname: 15, body: 1000, url: 64 },
roster: { nickname: 15 }
},
enableXHTML: false