HumboldtStateUniversity / HSU-UNL-Event-Publisher

4 stars 3 forks source link

Month view truncated titles too short #98

Open jarednipper opened 13 years ago

jarednipper commented 13 years ago

The event title could be longer before it gets truncated. I tried increasing it from 12 to 16 characters and it looks better. What do you think?

frontend.js line 307: truncate(listText[x], '12');