From 87f8059e1a8693084d9769f381fd07d450ca39ff Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Tue, 24 Nov 2015 08:09:54 -0800 Subject: [PATCH] Add release date to new JQ waypoint --- challenges/jquery.json | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/jquery.json b/challenges/jquery.json index 976082a297..83ef132874 100644 --- a/challenges/jquery.json +++ b/challenges/jquery.json @@ -550,6 +550,7 @@ "jQuery also has a similar function called .text() that only alters text without adding tags.", "Change the button with id target4 by italicizing its text." ], + "releasedOn": "November 18, 2015", "tests": [ "assert.isTrue((//gi).test($(\"#target4\").html()), 'Italicize the text in your target4 button by adding HTML tags.')", "assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'Make sure the text is otherwise unchanged.')",