mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Fix missing checkbox
This commit is contained in:
parent
811e4cb224
commit
9a0939ddd2
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user