Fix tag widget being appended to all dialogs

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

View File

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