| Index: milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
|
| diff --git a/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html b/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
|
| index 70c0b1bc6d5d98718507f24be40cc32490ae45fc..1c962849b48efd3f6d5782a17d4e6dbe212c4db0 100644
|
| --- a/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
|
| +++ b/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
|
| @@ -5,8 +5,12 @@
|
| <meta charset="utf-8">
|
| <title>Milo</title>
|
| <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
|
| +<link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" type="text/css">
|
| +<script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
|
| +<script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.min.js"></script>
|
| <script src="/static/common/js/time.js"></script>
|
| <script src="/static/common/third_party/js/jquery.min.js"></script>
|
| +<script src="/static/common/third_party/js/jquery-ui.min.js"></script>
|
|
|
|
|
| <body class="interface">
|
| @@ -51,6 +55,11 @@ Encountered error while loading front page: couldn't find ice cream
|
| (function () {
|
| 'use strict';
|
| milo.makeTimesLocal();
|
| + milo.annotateDurations();
|
| + $(document).tooltip({
|
| + show: false,
|
| + hide: false
|
| + });
|
| })();
|
| </script>
|
| <script>
|
|
|