fix second instance of logger.html

This commit is contained in:
Quincy Larson
2015-10-23 22:48:49 -07:00
parent 7ede839a02
commit 6e7df9288a

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);",
" }",