mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
travis fixes
This commit is contained in:
parent
0a0a24e5eb
commit
77e8c78d62
@ -132,7 +132,7 @@ Polymer({
|
|||||||
|
|
||||||
attached: function () {
|
attached: function () {
|
||||||
this.datePicker = new window.Pikaday({
|
this.datePicker = new window.Pikaday({
|
||||||
field: document.createElement("input"),
|
field: document.createElement('input'),
|
||||||
trigger: this.$.datePicker.inputElement,
|
trigger: this.$.datePicker.inputElement,
|
||||||
onSelect: this.hass.entityHistoryActions.changeCurrentDate,
|
onSelect: this.hass.entityHistoryActions.changeCurrentDate,
|
||||||
});
|
});
|
||||||
|
@ -139,7 +139,7 @@ Polymer({
|
|||||||
|
|
||||||
attached: function () {
|
attached: function () {
|
||||||
this.datePicker = new window.Pikaday({
|
this.datePicker = new window.Pikaday({
|
||||||
field: document.createElement("input"),
|
field: document.createElement('input'),
|
||||||
trigger: this.$.datePicker.inputElement,
|
trigger: this.$.datePicker.inputElement,
|
||||||
onSelect: this.hass.logbookActions.changeCurrentDate,
|
onSelect: this.hass.logbookActions.changeCurrentDate,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user