pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit ac89bfafdc2067fdcc07a26ab7fde8b6e11705e5
parent 5cc054de6452a100b8f0779cc209ebe3c64babe4
Author: Jul <jul@9o.is>
Date:   Wed, 28 May 2014 16:31:17 -0400

/404 and /error shows correctly when link is visited directly

Diffstat:
Msrc/main/webapp/404.html | 2+-
Msrc/main/webapp/error.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/404.html b/src/main/webapp/404.html @@ -1,3 +1,3 @@ -<div data-lift="surround?with=base-default;at=content"> +<div data-lift="NgUIRouter.surround?withAjax=no-base-default&with=base-default&at=content"> <p style="font-size: 1.2em;">We're sorry but the page you are trying to access does not exist.</p> </div> diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html @@ -1,4 +1,4 @@ -<div data-lift="surround?with=base-default;at=content"> +<div data-lift="NgUIRouter.surround?withAjax=no-base-default&with=base-default&at=content"> <p style="font-size: 1.2em;">We're sorry but an error has occurred. Our staff has been notified and is working on a solution.</p> </div>