diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 10:44:43 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 10:44:43 -0700 |
commit | 063165e3c8dd0420d927721994700eabdd47803d (patch) | |
tree | 903861d6e7197e1ab474dbb1ea7ac5fae00bfb38 | |
parent | a515c3ce530aba411e0d8f90de071ede90318142 (diff) | |
parent | eb40fbc17ad1efb0a4c51ee00b1e9408d2af382f (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
-rw-r--r-- | js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 17ae4c071..65a77960a 100644 --- a/js/util.js +++ b/js/util.js @@ -217,6 +217,7 @@ $(document).ready(function(){ $('#'+li.id).css({display:'none'}); $('#'+li.id).fadeIn(2500); NoticeReply(); + NoticeAttachments(); } } $("#notice_data-text").val(""); |