1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

simplify repository save and add attribute

This commit is contained in:
dkanada 2020-06-16 21:13:07 +09:00
parent 03b4976237
commit bfc3e20df4
2 changed files with 7 additions and 20 deletions

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);
};