From c7381485a36d55b4225277bfb1e5cfac85cc98ff Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sat, 10 Aug 2013 15:18:56 -0500 Subject: [PATCH 1/3] Fix broken image on 500 error page Replaced nonexistent male armor sprite with Grim Reaper; removed rotation --- public/500.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/500.html b/public/500.html index fb28f601f6..2bf49b561a 100644 --- a/public/500.html +++ b/public/500.html @@ -11,7 +11,7 @@ - + -->
- +

The server is restarting.

Try again in a few. We restart often due to this issue, and we're rewriting the site to fix it. (AngularJS developers, come join us!)

From 420a8617d734e6af1a80d56070e81508068a22e9 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sat, 10 Aug 2013 16:11:27 -0500 Subject: [PATCH 2/3] Server is respawning Humorous wording tweak --- public/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/500.html b/public/500.html index 2bf49b561a..2afed99308 100644 --- a/public/500.html +++ b/public/500.html @@ -26,7 +26,7 @@
-

The server is restarting.

+

The server is respawning.

Try again in a few. We restart often due to this issue, and we're rewriting the site to fix it. (AngularJS developers, come join us!)

If this page persists, the server may be experiencing issues; the developers have been notified. Try switching to the beta site or the main site.

From fe6f478a60a8a870c3d95dddd112564ee4f02049 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sun, 11 Aug 2013 11:04:51 -0500 Subject: [PATCH 3/3] Remove unneeded class reference Finish removing image rotation --- public/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/500.html b/public/500.html index 2afed99308..b03f0740bb 100644 --- a/public/500.html +++ b/public/500.html @@ -25,7 +25,7 @@
- +

The server is respawning.

Try again in a few. We restart often due to this issue, and we're rewriting the site to fix it. (AngularJS developers, come join us!)