diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-24 21:13:42 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-24 21:13:42 -0400 |
commit | 5f3acc252738e408ea2447b7541eae66c1e9e09a (patch) | |
tree | 456796bb29a31e521d133396d2adb9538f6f22b2 /lib/noticelist.php | |
parent | 69f9bce276d86538c176e0c26e734ba694119864 (diff) |
Removed big clip and replaced with smaller inline one next to each URL (in a notice) that's actually an attachment. Overlay (popup) on click.
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index 51b8987fe..ae1438892 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -180,7 +180,6 @@ class NoticeListItem extends Widget { $this->showStart(); $this->showNotice(); - $this->showNoticeAttachmentsIcon(); $this->showNoticeInfo(); $this->showNoticeOptions(); $this->showNoticeAttachments(); |