button fixes/additions
This commit is contained in:
parent
7ca1fa126d
commit
76f7d7c76f
3 changed files with 34 additions and 15 deletions
|
@ -44,7 +44,7 @@ function groupedShuffle<A>(subject: A[], keepTogether: A[][]): A[] {
|
|||
}
|
||||
|
||||
function shuffleAll() {
|
||||
let groups = [group('myno', 'abyss')];
|
||||
let groups = [group('myno', 'abyss'), group('clip', 'cervine')];
|
||||
|
||||
for (const elem of Array.from(document.getElementsByClassName('shuffle'))) {
|
||||
let shuffled = groupedShuffle(Array.from(elem.children), groups);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue