This commit is contained in:
Lars Jung 2015-05-10 14:59:08 +02:00
parent 5930681095
commit 76186e513f
4 changed files with 9 additions and 6 deletions

View file

@ -60,6 +60,7 @@ modulejs.define('ext/download', ['_', '$', 'core/event', 'core/location', 'core/
}
$download = $(template)
.hide()
.appendTo('#toolbar')
.on('click', onClick);