* Make the download action its own handler so that:
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 28 May 2011 22:55:59 +0000 (18:55 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 28 May 2011 22:55:59 +0000 (18:55 -0400)
commitbbfa0e138ca9c999bdcf16f2020118ace26e8634
tree5151b500f0adc6bc58457a84a71d1afd9ec1fd71
parent13b0cc6b833f458b2ce8a6f5eb56e24f45e2eed1
* Make the download action its own handler so that:
  1) No POST request is needed (as it isn't routed through /service)
  2) The FE can simply redirect to the URL rather than creating a request
* Add the Download button to the frontend
src/server.go
web_frontend/actor.js