Added js changes
This commit is contained in:
parent
e024609008
commit
a19c6f3f9c
|
|
@ -9498,8 +9498,7 @@ function replaceUrlParam(url, paramName, paramValue) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
//timeout: 60000,
|
||||
timeoutAfterMove: 2500,
|
||||
timeoutAfterMove: 3000,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4122,8 +4122,7 @@ function showFormError($formElement, message) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
timeout: 60000,
|
||||
timeoutAfterMove: 2500,
|
||||
timeoutAfterMove: 3000,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue