From 789437e5796180668007efa7786625ebf412c620 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 29 Oct 2015 14:34:00 -0700 Subject: [PATCH] Fixes 4003 --- challenges/json-apis-and-ajax.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/challenges/json-apis-and-ajax.json b/challenges/json-apis-and-ajax.json index e4eb407d97..fdb3f05cb6 100644 --- a/challenges/json-apis-and-ajax.json +++ b/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 + \"
\"",