From 709ce63e75b20da400c9b34360127801ee86ec02 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 29 Oct 2015 14:34:00 -0700 Subject: [PATCH] Fixes 4003 --- seed/challenges/json-apis-and-ajax.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seed/challenges/json-apis-and-ajax.json b/seed/challenges/json-apis-and-ajax.json index e4eb407d97..fdb3f05cb6 100644 --- a/seed/challenges/json-apis-and-ajax.json +++ b/seed/challenges/json-apis-and-ajax.json @@ -308,18 +308,18 @@ "", " var html = \"\";", "", + " // Only change code below this line.", + "", + "", + "", + " // Only change code above this line.", + "", " json.map(function(val){", "", "    val = \"\" ", "", " html = html + \"
\"", "", - " // Only change code below this line.", - "", - "", - "", - " // Only change code above this line.", - "", " html = html + '
' + val + '
';", "", " html = html + \"
\"",