AssetHelper dialogs close properly now
This commit is contained in:
parent
f515d85b2d
commit
5e5e65c112
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ EOJS
|
||||||
|
|
||||||
if ( ref $helper eq 'HASH' ) {
|
if ( ref $helper eq 'HASH' ) {
|
||||||
# Process the output as JSON
|
# Process the output as JSON
|
||||||
$text .= sprintf 'parent.admin.processHelper( %s );', JSON->new->encode( $helper );
|
$text .= sprintf 'parent.admin.processPlugin( %s );', JSON->new->encode( $helper );
|
||||||
}
|
}
|
||||||
|
|
||||||
# Close dialog last so that script above runs!
|
# Close dialog last so that script above runs!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue