Updated js

This commit is contained in:
bretto36 2016-06-16 20:28:12 -04:00
parent ea5d4fa0e8
commit e024609008
5 changed files with 11 additions and 5 deletions

View File

@ -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",

View File

@ -219,7 +219,8 @@ function showFormError($formElement, message) {
*/
function showMessage(message) {
humane.log(message, {
timeout: 2500
timeoutAfterMove: 3000,
waitForMove: true
});
}

View File

@ -518,7 +518,8 @@ function replaceUrlParam(url, paramName, paramValue) {
*/
function showMessage(message) {
humane.log(message, {
timeout: 3500
timeoutAfterMove: 3000,
waitForMove: true
});
}

View File

@ -9498,7 +9498,9 @@ function replaceUrlParam(url, paramName, paramValue) {
*/
function showMessage(message) {
humane.log(message, {
timeout: 3500
//timeout: 60000,
timeoutAfterMove: 2500,
waitForMove: true
});
}

View File

@ -4122,7 +4122,9 @@ function showFormError($formElement, message) {
*/
function showMessage(message) {
humane.log(message, {
timeout: 2500
timeout: 60000,
timeoutAfterMove: 2500,
waitForMove: true
});
}