Application du patch de EpicKiwi
This commit is contained in:
parent
b3a2ddc053
commit
c6a61d2bcf
9 changed files with 689 additions and 6 deletions
|
|
@ -1,5 +1,10 @@
|
|||
const stepSize = 100;
|
||||
const main = document.querySelector('main');
|
||||
|
||||
for(let guideDraggable of document.querySelectorAll("#page-guide main > *")) {
|
||||
guideDraggable.classList.add("draggable");
|
||||
}
|
||||
|
||||
const draggables = document.querySelectorAll(".draggable");
|
||||
const randomStarts = document.querySelectorAll(".randomStart");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue