Fix tag widget being appended to all dialogs

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

View File

@ -338,7 +338,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]