From 5e5e65c11279545ce3b325fc1b4bea9f0d97ef6f Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Thu, 4 Nov 2010 09:30:15 -0500 Subject: [PATCH] AssetHelper dialogs close properly now --- lib/WebGUI/ProgressBar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/ProgressBar.pm b/lib/WebGUI/ProgressBar.pm index 09f724aab..1659341ba 100644 --- a/lib/WebGUI/ProgressBar.pm +++ b/lib/WebGUI/ProgressBar.pm @@ -107,7 +107,7 @@ EOJS if ( ref $helper eq 'HASH' ) { # 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!