Change how download button works to allow for right-clicking to work
authorSteven Chan <steven3416@gmail.com>
Wed, 10 Sep 2014 20:46:56 +0000 (13:46 -0700)
committerSteven Chan <steven3416@gmail.com>
Wed, 10 Sep 2014 20:46:56 +0000 (13:46 -0700)
commit5d594c9fd67b30942152d56644e0c253e6938c08
tree31d8f345054124511998950ce63143f3883f55e4
parent47c4b11217eab03d524b92f1a3a7f27da21d4d86
Change how download button works to allow for right-clicking to work

On user clicking a download button, we convert the download URL to a content URL,
and then convert the button to a link with a new message. This will
allow the link to be used directly, ie, right-clicking to open in a new
tab.

The interaction is not perfect, for example, the content link will be
useful for only 60 seconds. A more elaborate interaction will need to be
devised.

Signed-off-by: Steven Chan <steven3416@gmail.com>
src/od_action.coffee