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 !
Fixed scrollbars not appearing in help messages. [#191 state:resolved]
vito (author)
Mon Aug 18 16:41:02 -0700 2008
commit  2fdb1c6d7d7857473a9a983074a9a4aa80b12aef
tree    e2992d4b84b221afc231f4bd9808529e576eaf1d
parent  51705ec4520bb57986c06d8dab8afd0f6f10a575
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ $(function(){
0
 
0
   // "Help" links should open in popup windows.
0
   $(".help").livequery("click", function(){
0
-    window.open($(this).attr("href"), "help", "status=0, height=450, width=400")
0
+    window.open($(this).attr("href"), "help", "status=0, scrollbars=1, location=0, menubar=0, toolbar=0, resizable=1, height=450, width=400")
0
     return false
0
   })
0
 

Comments