forked from hummypkg/webif
Add Download button
This commit is contained in:
parent
bf838ed5e4
commit
da7d07a891
@ -873,6 +873,9 @@ $('a.bf').click(function(e) {
|
||||
type: type
|
||||
});
|
||||
|
||||
$dialog.attr('file', file);
|
||||
$dialog.attr('type', type);
|
||||
|
||||
$('#playDL').attr('download', file.replace(/.*\//, ''));
|
||||
|
||||
if (type == 'ts') {
|
||||
|
Loading…
Reference in New Issue
Block a user