| 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.
|
|
|