fix second instance of logger.html

This commit is contained in:
Quincy Larson
2015-10-23 22:48:49 -07:00
parent 7c7454bc94
commit 7eb1870c79

View File

@@ -1311,7 +1311,7 @@
" // Only change code above this line.",
" ",
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
" $(\".logger\").html(slotOne);",
" $(\".logger\").text(slotOne);",
" $(\".logger\").append(\" \" + slotTwo);",
" $(\".logger\").append(\" \" + slotThree);",
" }",