Use getElementsByClassName

This commit is contained in:
2017-06-26 12:32:07 +02:00
parent 70c15f0f93
commit d197fb30fb
2 changed files with 3 additions and 2 deletions

View File

@ -129,7 +129,7 @@ export class AnimeNotifier {
}
unmountMountables() {
for(let element of findAll("mounted")) {
for(let element of findAll("mountable")) {
element.classList.remove("mounted")
}
}