From 77e8c78d62669f31aa0ac34f3411e55962b65f4c Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Tue, 26 Jul 2016 14:05:06 -0400 Subject: [PATCH] travis fixes --- panels/history/ha-panel-history.html | 2 +- panels/logbook/ha-panel-logbook.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panels/history/ha-panel-history.html b/panels/history/ha-panel-history.html index 00ac7e1264..ac911f6185 100644 --- a/panels/history/ha-panel-history.html +++ b/panels/history/ha-panel-history.html @@ -132,7 +132,7 @@ Polymer({ attached: function () { this.datePicker = new window.Pikaday({ - field: document.createElement("input"), + field: document.createElement('input'), trigger: this.$.datePicker.inputElement, onSelect: this.hass.entityHistoryActions.changeCurrentDate, }); diff --git a/panels/logbook/ha-panel-logbook.html b/panels/logbook/ha-panel-logbook.html index bc61fc4662..629a05e4ea 100644 --- a/panels/logbook/ha-panel-logbook.html +++ b/panels/logbook/ha-panel-logbook.html @@ -139,7 +139,7 @@ Polymer({ attached: function () { this.datePicker = new window.Pikaday({ - field: document.createElement("input"), + field: document.createElement('input'), trigger: this.$.datePicker.inputElement, onSelect: this.hass.logbookActions.changeCurrentDate, });