From 524ac87f77027bd85683fc397ab4899b029cd125 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Wed, 6 May 2015 18:27:53 +0200 Subject: [PATCH] Fix for #55. Created a better looking 404 error page --- Application/Views/{ => errors}/view.404.tpl | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) rename Application/Views/{ => errors}/view.404.tpl (67%) diff --git a/Application/Views/view.404.tpl b/Application/Views/errors/view.404.tpl similarity index 67% rename from Application/Views/view.404.tpl rename to Application/Views/errors/view.404.tpl index e53f402..02092e3 100644 --- a/Application/Views/view.404.tpl +++ b/Application/Views/errors/view.404.tpl @@ -26,22 +26,16 @@
- -
@@ -59,12 +53,8 @@ start(); function start() { - $("#logo").animate({ 'marginTop': '0%' }, 1000); - $("#progress").fadeIn(2000); - $("#contentPanel").fadeIn(2000); - $("#1").fadeIn(2000); - $("#buttons").fadeIn(2000); - currentPage = 1; + $("#contentPanel").fadeIn(500); + $("#1").fadeIn(500); }