diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:16:07 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-10 14:16:07 +0100 |
commit | 1e166e1bc4a8b16ad2ef8e99db6a112f47803eda (patch) | |
tree | 0d06326eade1df6c48d78f5cad1659001e118f3e /lib/noticeform.php | |
parent | 155659dd1fee44c011962432a3e2ef6d523f1a7d (diff) |
Updated FormNoticeEnhancements and Counter to use the max text value
from HTML. It also allows each .form_notice to have its own counter.
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 0dd3f2d77..593a1e932 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -178,8 +178,6 @@ class NoticeForm extends Form $contentLimit = Notice::maxContent(); - $this->out->inlineScript('maxLength = ' . $contentLimit . ';'); - if ($contentLimit > 0) { $this->out->elementStart('dl', 'form_note'); $this->out->element('dt', null, _('Available characters')); |