10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix missing checkbox

This commit is contained in:
Mickaël Véril 2019-12-17 11:19:52 +01:00
parent 811e4cb224
commit 9a0939ddd2

View File

@ -33,7 +33,7 @@ draft: false
await MathJax.typesetPromise();
$("<li/>").text("Unsafe").appendTo(al)
$('<label/>', { 'for': 'cb_unsafe', text:"Unsafe"}).appendTo(ef);
$("<input/>",{type:"checkbox",id:"cb_unsafe",name:"unsafe"})
$("<input/>",{type:"checkbox",id:"cb_unsafe",name:"unsafe"}).appendTo(ef)
delete(al)
delete(ef)
window.doiCache = new DOICache()