From 04a4e883f0df50064f480eb062d900764ba1a172 Mon Sep 17 00:00:00 2001 From: csarven Date: Sat, 22 Nov 2008 20:55:59 -0500 Subject: PostNotice AJAX working in all browsers except IE darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz --- actions/newnotice.php | 1 - 1 file changed, 1 deletion(-) (limited to 'actions/newnotice.php') 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); -- cgit v1.2.3-54-g00ecf