10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

Fix btn.btn_download error

This commit is contained in:
Mickaël Véril 2019-10-30 13:03:05 +01:00
parent 06b39d073d
commit a56febec6e

View File

@ -39,7 +39,7 @@ draft: false
} else if(key[1] in queryDic){
var base64=queryDic[key[1]];
btn_download=document.getElementById("btn_download");
btn.btn_download.onclick=function(){
btn_download.onclick=function(){
window.open(String.raw`data:text/plain;base64,${base64}`,"_self")
}
document.getElementById('fileTitle').hudden=true