diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
commit | 04a4e883f0df50064f480eb062d900764ba1a172 (patch) | |
tree | 7127b44105498bd446a988e6ef317c1969e03831 /actions/newnotice.php | |
parent | cc10e1505f358dbbb6079b8374e72f3e19bafb99 (diff) |
PostNotice AJAX working in all browsers except IE
darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 3c336d3b0..0c1ad9523 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -50,7 +50,6 @@ class NewnoticeAction extends Action { if (!$content) { $this->show_form(_('No content!')); return; -// } else if (mb_strlen($content) > 140) { } else { $content = common_shorten_links($content); |