From 48943c77cd40fa55f4d80a6e2b91e2a6e4096117 Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Fri, 2 Jun 2017 13:29:39 +0500 Subject: [PATCH] Fix bug by moving errors-to-exc into pages --- .../src/extension-full/{ => pages}/errors-to-exc/index.html | 0 .../src/extension-full/{ => pages}/errors-to-exc/index.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename extensions/chromium/runet-censorship-bypass/src/extension-full/{ => pages}/errors-to-exc/index.html (100%) rename extensions/chromium/runet-censorship-bypass/src/extension-full/{ => pages}/errors-to-exc/index.js (100%) diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-full/errors-to-exc/index.html b/extensions/chromium/runet-censorship-bypass/src/extension-full/pages/errors-to-exc/index.html similarity index 100% rename from extensions/chromium/runet-censorship-bypass/src/extension-full/errors-to-exc/index.html rename to extensions/chromium/runet-censorship-bypass/src/extension-full/pages/errors-to-exc/index.html diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-full/errors-to-exc/index.js b/extensions/chromium/runet-censorship-bypass/src/extension-full/pages/errors-to-exc/index.js similarity index 100% rename from extensions/chromium/runet-censorship-bypass/src/extension-full/errors-to-exc/index.js rename to extensions/chromium/runet-censorship-bypass/src/extension-full/pages/errors-to-exc/index.js