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

Unified Diff: appengine/chromium_cq_status/js/recent.js

Issue 2111713004: Teach CQ status app to check login status of users. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: cleanup Created 4 years, 6 months 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/chromium_cq_status/js/recent.js
diff --git a/appengine/chromium_cq_status/js/recent.js b/appengine/chromium_cq_status/js/recent.js
index 5b252ee4478f1e5a5e21c7465d3b3145f80ad240..0398e7280029c63ff5cca48ca760ff977f9bc1f5 100644
--- a/appengine/chromium_cq_status/js/recent.js
+++ b/appengine/chromium_cq_status/js/recent.js
@@ -10,7 +10,7 @@ var recentModule = (function(){
'use strict';
var indexSelected = {};
-var logServer = '//chromium-cq-status.appspot.com';
+var logServer = '//' + window.location.host;
var tags = [];
var cursor;
var table;

Powered by Google App Engine
This is Rietveld 408576698