actually add the JS file 0u0;
This commit is contained in:
parent
5f19345653
commit
ce4cf010e5
1 changed files with 7 additions and 0 deletions
7
script.js
Normal file
7
script.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
function dgel(id) {
|
||||
return document.getElementById(id);
|
||||
}
|
||||
|
||||
function subrecipe_toggle(id) {
|
||||
dgel(id).classList.toggle("open");
|
||||
}
|
Loading…
Reference in a new issue