1
0
Fork 0
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:
John Moore 2014-09-11 19:04:49 -07:00
parent f50b1a2138
commit 038a1024d9
3 changed files with 20 additions and 19 deletions

View file

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