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

Unified Diff: web/apps/logdog-app/index.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/apps/logdog-app/index.html
diff --git a/web/apps/logdog-app/index.html b/web/apps/logdog-app/index.html
index 1ad5c5a97c7c7c4e629b1619ffb1d8a4500d9291..0df4ded2cc0e1afb5a653e68c00c6ae7e5e812eb 100644
--- a/web/apps/logdog-app/index.html
+++ b/web/apps/logdog-app/index.html
@@ -37,6 +37,7 @@
</logdog-app>
<script>
+ console.log("Setting up app.");
// Grab a reference to our auto-binding template
// and give it some initial binding values
// Learn more about auto-binding templates at http://goo.gl/Dx1u2g

Powered by Google App Engine
This is Rietveld 408576698