Merge pull request #4063 from ltegman/fix/waypoint-target-parent-seed-4013

Fix Waypoint Target Parent Seed Code
This commit is contained in:
Berkeley Martinez
2015-11-01 22:21:29 -08:00

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