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

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: Review and tests. 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
« no previous file with comments | « appengine/chromium_cq_status/html/recent.html ('k') | appengine/chromium_cq_status/js/recent.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « appengine/chromium_cq_status/html/recent.html ('k') | appengine/chromium_cq_status/js/recent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698