From 6fb1765fcb0d72a5735dcea737f96457c6948c12 Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Wed, 9 May 2018 20:23:54 +0500 Subject: [PATCH] Never change news link to testing anymore! --- .../src/extension-common/pages/options/src/components/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-common/pages/options/src/components/App.js b/extensions/chromium/runet-censorship-bypass/src/extension-common/pages/options/src/components/App.js index 1238b0f..2d16b76 100644 --- a/extensions/chromium/runet-censorship-bypass/src/extension-common/pages/options/src/components/App.js +++ b/extensions/chromium/runet-censorship-bypass/src/extension-common/pages/options/src/components/App.js @@ -83,8 +83,8 @@ export default function getApp(theState) { }; // I comment and uncomment this variable manually before release or build: - // const ghUrl = `https://api.github.com/repos/anticensority/chromium-extension/issues/10/comments${query}`; - const ghUrl = `https://api.github.com/repos/anticensority/for-testing/issues/1/comments${query}`; + const ghUrl = `https://api.github.com/repos/anticensority/chromium-extension/issues/10/comments${query}`; + // const ghUrl = `https://api.github.com/repos/anticensority/for-testing/issues/1/comments${query}`; const [error, comments, etag] = await fetch( ghUrl,