From a09c37fed8cbefb2afeb2e8db1b2a8f314abe3d8 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Fri, 4 Dec 2015 13:37:06 -0500 Subject: [PATCH 1/3] Add code.org tracking pixel --- src/views/hoc/hoc.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index 586e78e89..455ca907b 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -395,8 +395,9 @@ var Hoc = React.createClass({ - + + ); } }); From 42672378dd218ff94778bcb3a1ffb5d31b94ef3b Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 8 Dec 2015 18:52:13 -0500 Subject: [PATCH 2/3] Update where `scratchr2_translations` points to I forgot that I had a PR opened to do this, my bad. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3655811e1..a8bb0d386 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "routes-to-nginx-conf": "0.0.4", "sass-lint": "1.3.2", "sass-loader": "2.0.1", - "scratchr2_translations": "git://github.com/mewtaylor/scratchr2_translations.git#feature/packageify", + "scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", "slick-carousel": "1.5.8", "source-map-support": "0.3.2", "style-loader": "0.12.3", From 25288ddca7dd34c749a3c0976a89ba8f91d70aad Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 9 Dec 2015 09:41:56 -0500 Subject: [PATCH 3/3] Revert "Add code.org tracking pixel" This reverts commit a09c37fed8cbefb2afeb2e8db1b2a8f314abe3d8. --- src/views/hoc/hoc.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index 455ca907b..586e78e89 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -395,9 +395,8 @@ var Hoc = React.createClass({ - - + ); } });