webapps.help: Change webapps.help search from post to get. Fixes #343.

db4
Doug Coleman 2011-11-05 00:07:16 -07:00
parent 15575e5dd9
commit ff0784ae8e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ M: result link-href href>> ;
] unless-empty
{ help-webapp "search" } <chloe-content>
] >>submit ;
] >>display ;
: help-url ( topic -- url )
topic>filename "$help-webapp/content/" prepend >url ;