From dc462298527fd0fca2bb7cc3f62bbaf4e0956b67 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 19 Nov 2013 19:29:10 +0000 Subject: Show content by default. --- js/terminal-animation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') 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(); -- cgit