Fix Waypoint Target Parent Seed Code

Closes #4013
This commit is contained in:
Logan Tegman
2015-10-31 09:25:17 -07:00
parent 72f1b5cae8
commit eb5c165a36

View File

@ -645,6 +645,7 @@
"", "",
"<!-- Only change code above this line. -->", "<!-- Only change code above this line. -->",
"", "",
"<body>",
" <div class=\"container-fluid\">", " <div class=\"container-fluid\">",
" <h3 class=\"text-primary text-center\">jQuery Playground</h3>", " <h3 class=\"text-primary text-center\">jQuery Playground</h3>",
" <div class=\"row\">", " <div class=\"row\">",
@ -665,7 +666,8 @@
" </div>", " </div>",
" </div>", " </div>",
" </div>", " </div>",
"</div>" " </div>",
"</body>"
], ],
"type": "waypoint", "type": "waypoint",
"challengeType": 0 "challengeType": 0