fix second instance of logger.html
This commit is contained in:
@ -1311,7 +1311,7 @@
|
|||||||
" // Only change code above this line.",
|
" // Only change code above this line.",
|
||||||
" ",
|
" ",
|
||||||
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
||||||
" $(\".logger\").html(slotOne);",
|
" $(\".logger\").text(slotOne);",
|
||||||
" $(\".logger\").append(\" \" + slotTwo);",
|
" $(\".logger\").append(\" \" + slotTwo);",
|
||||||
" $(\".logger\").append(\" \" + slotThree);",
|
" $(\".logger\").append(\" \" + slotThree);",
|
||||||
" }",
|
" }",
|
||||||
|
Reference in New Issue
Block a user