show the info message from the helper response
This commit is contained in:
parent
5a04f742c0
commit
dd5e19c814
1 changed files with 3 additions and 0 deletions
|
|
@ -404,6 +404,9 @@ WebGUI.Admin.prototype.requestHelper
|
|||
else if ( resp.scriptFile ) {
|
||||
this.loadAndRun( resp.scriptFile, resp.scriptFunc, resp.scriptArgs );
|
||||
}
|
||||
else if ( resp.message ) {
|
||||
this.showMessage( resp.message );
|
||||
}
|
||||
else {
|
||||
alert( "Unknown helper response: " + resp );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue