mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
commit
59bfac1c44
@ -545,8 +545,8 @@ $( document ).ready(function() {
|
||||
// create link, click and send to client
|
||||
$('<a></a>')
|
||||
.attr('id','downloadFile')
|
||||
.attr('href','data:text/csv;charset=utf8,' + encodeURIComponent(output_data))
|
||||
.attr('download','apikey.ini')
|
||||
.attr('href','data:text/plain;charset=utf8,' + encodeURIComponent(output_data))
|
||||
.attr('download','apikey.txt')
|
||||
.appendTo('body');
|
||||
|
||||
$('#downloadFile').ready(function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user