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

Commit 743e24c

Browse files
committed
Fix ramwatcher DOM
1 parent b0e01d0 commit 743e24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/ramwatcher.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class RAMwatcher {
2020

2121
modExtContainer.innerHTML = ramwatcherDOM;
2222
modExtContainer.setAttribute("id", "mod_ramwatcher");
23-
this.parent.append(mod_external_container);
23+
this.parent.append(modExtContainer);
2424

2525
this.points = Array.from(document.querySelectorAll("div.mod_ramwatcher_point"));
2626
this.shuffleArray(this.points);

0 commit comments

Comments
 (0)