call the correct method to show the message...
This commit is contained in:
parent
dd5e19c814
commit
be7f248bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ WebGUI.Admin.prototype.requestHelper
|
|||
this.loadAndRun( resp.scriptFile, resp.scriptFunc, resp.scriptArgs );
|
||||
}
|
||||
else if ( resp.message ) {
|
||||
this.showMessage( resp.message );
|
||||
this.showInfoMessage( resp.message );
|
||||
}
|
||||
else {
|
||||
alert( "Unknown helper response: " + resp );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue