stopTimeout should be clearTimeout
This commit is contained in:
parent
a245370ea7
commit
eb9157b7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ WebGUI.Admin.prototype.closeModalDialog
|
|||
WebGUI.Admin.prototype.showInfoMessage
|
||||
= function ( message ) {
|
||||
if ( this.infoMessageTimeout ) {
|
||||
stopTimeout( this.infoMessageTimeout );
|
||||
clearTimeout( this.infoMessageTimeout );
|
||||
}
|
||||
|
||||
var info = document.getElementById( 'infoMessage' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue