Updated js
This commit is contained in:
parent
ea5d4fa0e8
commit
e024609008
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-concat": "^0.5.0",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
"grunt-contrib-less": "^0.12.0",
|
||||
"grunt-contrib-uglify": "^0.6.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
|
|
|
|||
|
|
@ -219,7 +219,8 @@ function showFormError($formElement, message) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
timeout: 2500
|
||||
timeoutAfterMove: 3000,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -518,7 +518,8 @@ function replaceUrlParam(url, paramName, paramValue) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
timeout: 3500
|
||||
timeoutAfterMove: 3000,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9498,7 +9498,9 @@ function replaceUrlParam(url, paramName, paramValue) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
timeout: 3500
|
||||
//timeout: 60000,
|
||||
timeoutAfterMove: 2500,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4122,7 +4122,9 @@ function showFormError($formElement, message) {
|
|||
*/
|
||||
function showMessage(message) {
|
||||
humane.log(message, {
|
||||
timeout: 2500
|
||||
timeout: 60000,
|
||||
timeoutAfterMove: 2500,
|
||||
waitForMove: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue