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

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

Issue 2543323004: Rewrite LogDog log viewer app. (Closed)
Patch Set: Control all fetch sizes, fix follow on initial click, fix small fetch when auth is retrid. Created 4 years 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: 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..1e8d199f6893b8fa045aceff50e6837a51c8e01f 100644
--- a/web/inc/logdog-app-base/logdog-app-base.html
+++ b/web/inc/logdog-app-base/logdog-app-base.html
@@ -19,6 +19,9 @@
}
this.production = (window.location.port === "");
+
+ // Sets app default base URL.
+ this.baseUrl = window.location.pathname;
};
/**

Powered by Google App Engine
This is Rietveld 408576698