fix max wind
[dweather.git] / templates / index.html.ep
index e1bf922e542ffdb77d7e1efd80e7df2f530161f9..d7ec7130122470d6106b0a0c27b91002aec9602c 100644 (file)
                                                           }
                                                   }
                                                   chop $s if length $s; 
-                                                  say $s;
                                                %><%= $s %>
                                        ],
                                        tooltip: {
                                                           }
                                                   }
                                                   chop $s if length $s; 
-                                                  say $s;
                                                %><%= $s %>
                                        ],
                                        tooltip: {
                                        <tr><th>Wind:</th><td><span id="Dir"> </span> ° @ <span id="Wind"> </span> mph</td>
                                                <th>Wind Minute Avg:</th><td> <span id="Dir_1m"> </span> ° @ <span id="Wind_1m"> </span> mph </td>
                                                <th>Day Max Speed:</th><td> <span id="Wind_Max"> </span> mph @ <span id="Wind_Max_T"> </span></td>
+                                               <th>Wind Chill:</th><td> <span id="WindChill"> °C</span></td>
                                        </tr>
                                        <tr>
                                                <th>Rain 30mins:</th><td> <span id="Rain_1h"> </span> mm</td>
                        </div>
                </div>
 
-
                <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
                <script src="js/jquery.min.js"></script>
                <!-- Latest compiled and minified JavaScript -->