mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -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;
|
||||
},
|
||||
_addItemEvent: function (e) {
|
||||
var div = Event.element(e).previousSibling.lastChild;
|
||||
var div = Event.element(e).previousSibling;
|
||||
Config._addItem(div);
|
||||
},
|
||||
_addItem: function(div) {
|
||||
|
Loading…
Reference in New Issue
Block a user