From 8c3ede94bd33bac69a40acb6b2871e14507a300a Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 15 Jun 2017 14:51:52 -0700 Subject: [PATCH 1/2] Remove HTML --- targetconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 4befb544..92c13594 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -33,7 +33,10 @@ "notifications": { "localhost": { "type": "warning", - "message": "

Important:


This editor is moving to https://makecode.microbit.org on July 22nd 2017.

Please update your bookmarks and school internet filters.

Read more..." + "heading": "Important", + "message": "This editor is moving to https://makecode.microbit.org on July 22nd 2017. Please update your bookmarks and school internet filters", + "readmore": "https://makecode.com/blog/microbit/v0.12.35", + "url": "https://makecode.microbit.org" } } } From 725202a8e0154833f766e5bd6fb50ad0c3167844 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 15 Jun 2017 15:01:26 -0700 Subject: [PATCH 2/2] remove read more --- targetconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 92c13594..b4907738 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -35,7 +35,6 @@ "type": "warning", "heading": "Important", "message": "This editor is moving to https://makecode.microbit.org on July 22nd 2017. Please update your bookmarks and school internet filters", - "readmore": "https://makecode.com/blog/microbit/v0.12.35", "url": "https://makecode.microbit.org" } }