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

Unified Diff: appengine/chromium_cq_status/js/patch_status.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/patch_status.js
diff --git a/appengine/chromium_cq_status/js/patch_status.js b/appengine/chromium_cq_status/js/patch_status.js
index d399543c944a443378f087b48a8adf871b3c8689..5c6d71df0db3d7078550259edacf54c2bea14836 100644
--- a/appengine/chromium_cq_status/js/patch_status.js
+++ b/appengine/chromium_cq_status/js/patch_status.js
@@ -134,7 +134,7 @@ function main() {
}
function loadPatchsetRecords(callback) {
- var url = '//chromium-cq-status.appspot.com/query/codereview_hostname=' +
+ var url = '//' + window.location.host + '/query/codereview_hostname=' +
codereview_hostname + '/issue=' + issue + '/patchset=' + patchset;
var records = [];
var moreRecords = true;

Powered by Google App Engine
This is Rietveld 408576698