From 708afe2dc902730d8277a25b3a9663d17ce7b168 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 3 Apr 2017 14:29:26 -0400 Subject: [PATCH] Display a real error if JavaScript could not be loaded in Quay Better to display a real, actionable error instead of a fake "Session Expired" div which is only visible because CSS hasn't loaded --- templates/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index b103efb4d..25204a5d4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,10 +22,14 @@ -
+
+
+ The Quay application could not be loaded, which typically indicates an external library could not be loaded (usually due to an ad blocker). Please check the JavaScript console for errors. +
+
-