mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Fix add item for multivalued options, this broke in r1105
This commit is contained in:
parent
04aa87007a
commit
9e547e6c16
@ -242,7 +242,7 @@ var Config = {
|
|||||||
return frag;
|
return frag;
|
||||||
},
|
},
|
||||||
_addItemEvent: function (e) {
|
_addItemEvent: function (e) {
|
||||||
var div = Event.element(e).previousSibling.lastChild;
|
var div = Event.element(e).previousSibling;
|
||||||
Config._addItem(div);
|
Config._addItem(div);
|
||||||
},
|
},
|
||||||
_addItem: function(div) {
|
_addItem: function(div) {
|
||||||
|
Loading…
Reference in New Issue
Block a user