Merge remote-tracking branch 'upstream/master' into details-redux

This commit is contained in:
MrTimscampi
2020-06-23 10:35:38 +02:00
81 changed files with 2690 additions and 754 deletions
-2
View File
@@ -109,9 +109,7 @@ define(['layoutManager', 'browser', 'dom', 'css!./emby-input', 'registerElement'
}
EmbyInputPrototype.attachedCallback = function () {
this.labelElement.htmlFor = this.id;
onChange.call(this);
};