public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Re-added some JS code that I accidentally removed.
vito (author)
Wed Jul 23 19:50:52 -0700 2008
commit  c23cca9bda6829ffef71377827885c94836eb78f
tree    3fa453ac5281168a6262da0790c5498251a811b1
parent  b622fd22bd86af6754f9f4dd4c15c3dd1f875b71
...
138
139
140
 
141
142
143
...
138
139
140
141
142
143
144
0
@@ -138,6 +138,7 @@ var Write = {
0
     })
0
     $("textarea").each(function(){
0
       $(this).css({
0
+        minHeight: $(this).outerHeight() + 2,
0
         lineHeight: "15px"
0
       }).autogrow()
0
     })

Comments