瀏覽代碼

Minor Update

Minor update to cleanup javascript code
Josh Smith 7 年之前
父節點
當前提交
b6f0acc4f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      station.html.tmpl

+ 1 - 1
station.html.tmpl

@@ -50,7 +50,7 @@
                 <h2>Station Information</h2>
                 <p><i class="fa fa-clock-o" ></i> $current.dateTime $current.dateTime.format("%Z")</p>
 		<p id="freshweather" class="m-orange"></p>
-		<script type="text/javascript">
+		<script>
                       window.onload = checkDiff("$current.dateTime ($current.dateTime.format('%Z'))");
                 </script>
                 </div>