Fix tag widget being appended to all dialogs

This commit is contained in:
Brian Federle 2012-07-24 13:57:24 -07:00
parent c839cf68a6
commit f01f687601
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@
});
if (options.tags) {
$(':ui-dialog').append(
$(':ui-dialog:last').append(
$('<div>').addClass('multi-edit-tags').tagger($.extend(true, {}, options.tags, {
context: $.extend(true, {}, options.context, {
multiRule: [multiRule]