Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1944)

Unified Diff: appengine/swarming/ui/res/imp/index/swarming-index-demo.html

Issue 2511463003: Move error-toast up and make server details problems easy to see (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/ui/res/imp/index/swarming-index-demo.html
diff --git a/appengine/swarming/ui/res/imp/index/swarming-index-demo.html b/appengine/swarming/ui/res/imp/index/swarming-index-demo.html
index d053325cced3c49aca38247e2013e532bf8dcdc2..a804e19a485f542e286641543e4c8948fdc24ee0 100644
--- a/appengine/swarming/ui/res/imp/index/swarming-index-demo.html
+++ b/appengine/swarming/ui/res/imp/index/swarming-index-demo.html
@@ -32,7 +32,7 @@
};
var respond = function(request){
- if (!request.requestHeaders.authorization) {
+ if (!request.requestHeaders.authorization || true) {
sinon.log("You must be logged in (check your Oauth?)");
request.respond(403, {}, "You must be logged in (check your Oauth?)");
return;
« no previous file with comments | « appengine/swarming/ui/res/imp/common/swarming-app.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698