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

Unified Diff: appengine/swarming/elements/res/imp/taskpage/task-page.html

Issue 2401763003: Fix background page loading (Closed)
Patch Set: Get rid of popup/signin Created 4 years, 2 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/swarming/elements/res/imp/common/auth-signin.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/res/imp/taskpage/task-page.html
diff --git a/appengine/swarming/elements/res/imp/taskpage/task-page.html b/appengine/swarming/elements/res/imp/taskpage/task-page.html
index facc4d2f88df2ed14d46ee665d3a53f9a033c481..697c045fea5f737ce1cf8324f191b872afaaf52c 100644
--- a/appengine/swarming/elements/res/imp/taskpage/task-page.html
+++ b/appengine/swarming/elements/res/imp/taskpage/task-page.html
@@ -660,7 +660,6 @@
_softRefresh: function() {
if (this._result && this._result.state !== "RUNNING" &&
this._result.state !== "PENDING") {
- console.log("Don't reload because not running");
return;
}
this.$.data.reload();
« no previous file with comments | « appengine/swarming/elements/res/imp/common/auth-signin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698