|
@@ -90,7 +90,7 @@
|
|
|
</div>
|
|
|
</div>-->
|
|
|
<div th:each="obj,objStat : ${weather}">
|
|
|
- <input type="hidden" class="year" th:value="*{obj.year}">
|
|
|
+ <!--<input type="hidden" class="year" th:value="*{obj.year}">-->
|
|
|
<input type="hidden" class="month" th:value="*{obj.month}">
|
|
|
<input type="hidden" class="day" th:value="*{obj.day}">
|
|
|
<input type="hidden" class="temperature" th:value="*{obj.temperature}">
|