up'd the timeout for both default alert toasters

v1.18.x
psychobunny 9 years ago
parent 51adcc479c
commit 1bcaf7bca3

@ -117,7 +117,7 @@ app.cacheBuster = null;
title: '[[global:alert.success]]',
message: message,
type: 'success',
timeout: timeout ? timeout : 2000
timeout: timeout ? timeout : 5000
});
};
@ -126,7 +126,7 @@ app.cacheBuster = null;
title: '[[global:alert.error]]',
message: message,
type: 'danger',
timeout: timeout ? timeout : 5000
timeout: timeout ? timeout : 10000
});
};

Loading…
Cancel
Save