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

Unified Diff: web/inc/logdog-app-base/logdog-app-base.html

Issue 2748973004: LogDog: index.html determines app parameters. (Closed)
Patch Set: Created 3 years, 9 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 | « web/apps/logdog-view/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/inc/logdog-app-base/logdog-app-base.html
diff --git a/web/inc/logdog-app-base/logdog-app-base.html b/web/inc/logdog-app-base/logdog-app-base.html
index 91a8a46c140e1bf6b2f5fee9533076b42e52db03..ce239424a5d497ed9c440778a326faf4c16e1f38 100644
--- a/web/inc/logdog-app-base/logdog-app-base.html
+++ b/web/inc/logdog-app-base/logdog-app-base.html
@@ -7,19 +7,8 @@
<script>
/**
* Basic common LogDog application functionality.
- *
- * @param {window} window the application window to bind to
*/
- LogDogApp = function(window) {
- // Set up our default LogDog host.
- this.host = window.location.hostname;
- if (this.host === "localhost") {
- // Running locally. Bind to our development instance.
- this.host = "luci-logdog-dev.appspot.com";
- }
-
- this.production = (window.location.port === "");
- };
+ LogDogApp = function() {}
/**
* Returns an Array of values for a given query parameter.
« no previous file with comments | « web/apps/logdog-view/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698