Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 64aeda9

Browse files
committed
getting actual name of raid
1 parent 6f51f96 commit 64aeda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/tier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ idrinth.tier = {
481481
for (var counter = boxes.length - 1; counter >= 0; counter--) {
482482
if ( boxes[counter].getAttribute ( 'type' ) === 'checkbox' && boxes[counter].checked !== yes ) {
483483
boxes[counter].checked = yes;
484-
idrinth.settings.change ( boxes[counter].getAttribute ( 'name' ), yes );
484+
idrinth.settings.change ( (boxes[counter].getAttribute ( 'id' )).replace(/idrinth-/), yes );
485485
}
486486
}
487487
}

0 commit comments

Comments
 (0)