|
6 | 6 | <head>
|
7 | 7 | <title>HRT Bus Finder</title>
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
9 |
| - <script type="text/javascript"> |
| 9 | + <script type="text/javascript"> |
10 | 10 | var _gaq = _gaq || [];
|
11 | 11 | var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
|
12 | 12 | _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
|
13 | 13 | _gaq.push(['_setAccount', 'UA-39303796-2']);
|
14 | 14 | // Don't track the page view here.
|
15 | 15 | // Track it in busfinder.js each time the router does it's thing.
|
16 |
| - |
17 | 16 | (function() {
|
18 | 17 | var ga = document.createElement('script');
|
19 | 18 | ga.type = 'text/javascript';
|
|
31 | 30 | <link rel="apple-touch-icon" href="./img/favicon.png">
|
32 | 31 | <link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico" />
|
33 | 32 |
|
| 33 | + <script type="text/template" id="snow-route-template"> |
| 34 | + |
| 35 | + <div id="snow-mode"> |
| 36 | + <div class="container"> |
| 37 | + <img id="logo" src="img/favicon-rounded.png" alt="hrt logo"> |
| 38 | + <h1>Due to the Severe Weather Forecast, Snow Routes will be activated on Thursday, February 26th.</h1> |
| 39 | + <p>For more information, please visit goHRT.com.</p> |
| 40 | + <p><a href="http://www.gohrt.com" class="btn btn-info">GoHRT.com</a></p> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + |
| 44 | + </script> |
| 45 | + |
34 | 46 | </head>
|
35 | 47 | <body>
|
36 | 48 |
|
|
43 | 55 | </div>
|
44 | 56 | <![endif]-->
|
45 | 57 |
|
46 |
| - <div id="snow-mode"> |
47 |
| - <div class="container"> |
48 |
| - <img id="logo" src="img/favicon-rounded.png" alt="hrt logo"> |
49 |
| - <h1>Due to the Severe Weather Forecast, Snow Routes will be activated on Thursday, February 26th.</h1> |
50 |
| - <p>For more information, please visit goHRT.com.</p> |
51 |
| - <p><a href="http://www.gohrt.com" class="btn btn-info">GoHRT.com</a></p> |
52 | 58 |
|
53 |
| - </div> |
54 |
| - </div> |
55 | 59 |
|
56 | 60 | <div id="disclaimer" class="modal fade in" data-backdrop="static" data-keyboard="false" style="display: none;">
|
57 | 61 | <div class="modal-dialog">
|
@@ -236,7 +240,7 @@ <h1>Feedback</h1>
|
236 | 240 |
|
237 | 241 | $(function () {
|
238 | 242 | //if(!supports_html5_storage() || localStorage['disclaimer_accepted'] !== 'true') {
|
239 |
| - $("#disclaimer").modal('show'); |
| 243 | + // $("#disclaimer").modal('show'); |
240 | 244 | //}
|
241 | 245 | });
|
242 | 246 |
|
|
0 commit comments