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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-frontend.testableFrontpage-Basic_frontpage.html

Issue 2248893002: Settings page for analytics ID (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: y Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Milo</title> 5 <title>Milo</title>
6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
7 <script src="/static/common/js/time.js"></script> 7 <script src="/static/common/js/time.js"></script>
8 <script src="/static/common/third_party/js/jquery.min.js"></script> 8 <script src="/static/common/third_party/js/jquery.min.js"></script>
9 9
10 10
(...skipping 25 matching lines...) Expand all
36 <a href="https://github.com/luci">luci</a>, 36 <a href="https://github.com/luci">luci</a>,
37 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 37 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
38 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) 38 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
39 </footer> 39 </footer>
40 <script> 40 <script>
41 (function () { 41 (function () {
42 'use strict'; 42 'use strict';
43 milo.makeTimesLocal(); 43 milo.makeTimesLocal();
44 })(); 44 })();
45 </script> 45 </script>
46
47 <script>
48 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
49 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
50 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
51 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
52
53 ga('create', 'UA-12345-01', 'auto');
54 ga('send', 'pageview');
55 </script>
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698