Bug : getMessage in a function
This commit is contained in:
parent
058a0ce89c
commit
662bb9c8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ function search_poste(obj)
|
|||
}
|
||||
catch (e)
|
||||
{
|
||||
alert(e.getMessage());
|
||||
alert(e.getMessage);
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue