summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/terminal-animation.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/terminal-animation.js b/js/terminal-animation.js
index 1648b3e..f43fce1 100644
--- a/js/terminal-animation.js
+++ b/js/terminal-animation.js
@@ -64,9 +64,9 @@
}).appendTo($this.control);
if ($this.is('pre')) {
- $this.elements.html(text);
+ $this.content.html(text);
} else {
- $this.elements.append(list);
+ $this.content.append(list);
}
$this.flush();