mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
changes suggested by @SUTJael
This commit is contained in:
parent
f50b1a2138
commit
038a1024d9
3 changed files with 20 additions and 19 deletions
|
@ -242,9 +242,12 @@ function showEditDialog(edit_type, edit_id, edit_form_id, edit_title, refresh_ro
|
|||
});
|
||||
}
|
||||
|
||||
if ($('#split_tag').length > 0) {
|
||||
$.each(parent.editTagChoices, function (i, tagtext) {
|
||||
$("#split_tag").append(new Option(tagtext, tagtext));
|
||||
if ($('#clone_tags').length > 0) {
|
||||
$("#clone_tags").tagit({
|
||||
allowSpaces: true,
|
||||
singleField: true,
|
||||
singleFieldDelimiter: ',',
|
||||
availableTags: parent.editTagChoices
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue