mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +00:00
travis fixes
This commit is contained in:
parent
0a0a24e5eb
commit
77e8c78d62
@ -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,
|
||||
});
|
||||
|
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user