mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +01:00
Fix missing checkbox
This commit is contained in:
parent
811e4cb224
commit
9a0939ddd2
@ -33,7 +33,7 @@ draft: false
|
|||||||
await MathJax.typesetPromise();
|
await MathJax.typesetPromise();
|
||||||
$("<li/>").text("Unsafe").appendTo(al)
|
$("<li/>").text("Unsafe").appendTo(al)
|
||||||
$('<label/>', { 'for': 'cb_unsafe', text:"Unsafe"}).appendTo(ef);
|
$('<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(al)
|
||||||
delete(ef)
|
delete(ef)
|
||||||
window.doiCache = new DOICache()
|
window.doiCache = new DOICache()
|
||||||
|
Loading…
Reference in New Issue
Block a user