From 7bc838c55966991e0b4b8baf2d727ecbd89bba94 Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Fri, 26 Aug 2016 17:10:57 +0100 Subject: [PATCH] remove no js page --- content/pages/no-js.html | 65 --------------------------------- theme/templates/base.html | 5 --- theme/templates/page-no-js.html | 22 ----------- 3 files changed, 92 deletions(-) delete mode 100644 content/pages/no-js.html delete mode 100644 theme/templates/page-no-js.html diff --git a/content/pages/no-js.html b/content/pages/no-js.html deleted file mode 100644 index b890340..0000000 --- a/content/pages/no-js.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - -
-
-

You have Javascript is disabled!

-
-
-
-

- You appear to have javascript disabled. For my site to function properly, javascript must be enabled. To re-enable javascript, simply follow the instructions below. -

-

- After enabling javascript, the page should automatically redirect to the homepage. If it doesn't, just refresh the page, or Click here to return home. -

-
-
-

Re-enabling Javascript in your browser

-
-
-

Re-enabling in Firefox

-
-
-
    -
  1. Navigate to 'about:config', using the browsers address bar.
  2. -
  3. Accept the security warning, and notice that no dragons lie ahead.
  4. -
  5. In the search bar, enter 'javascript'
  6. -
  7. Find the entry 'Javascript.enabled' (possibly using ctrl + F)
  8. -
  9. Toggle the entry by either double-clicking the entry, or right-clicking and selecting 'Toggle'.
  10. -
-
-
- -
-
-

Re-enabling in Chrome

-
-
-
    -
  1. Click the Chrome menu icon () in the top right hand corder of the window.
  2. -
  3. Click 'Settings'.
  4. -
  5. Under the 'Privacy' section, select 'Content settings'.
  6. -
  7. Under 'Javascript', select 'Allow all sites to run Javascript (Recommended)'.
  8. -
-
-
- -
-
-

Re-enabling in Internet Explorer

-
-
-
    -
  1. Select the gear icon in the top right hand corner (), and click 'Internet Options'.
  2. -
  3. Select Security > Internet > Custom Level.
  4. -
  5. Scroll down until you find 'Scripting', and select 'Enable'
  6. -
-
-
-
- - diff --git a/theme/templates/base.html b/theme/templates/base.html index 293d806..2eb4139 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -32,10 +32,5 @@ - - diff --git a/theme/templates/page-no-js.html b/theme/templates/page-no-js.html deleted file mode 100644 index 4a5d46a..0000000 --- a/theme/templates/page-no-js.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - {{ page.metatags }} - - {{ page.title }} - {{ SITENAME }} - - - - - - {{ page.content }} - - {% include "extras/footer.html" %} - -