hide run success message, adjust wording of locales for run success and run failure (run_success, run_failure)
This commit is contained in:
@ -839,12 +839,14 @@ $(function() {
|
||||
icon: ['fa', 'fa-bug'],
|
||||
text: $('#run').data('message-failure')
|
||||
});
|
||||
} else {
|
||||
}
|
||||
/* do not show the success message any longer, puzzles and distracts users.
|
||||
else {
|
||||
$.flash.success({
|
||||
icon: ['fa', 'fa-check'],
|
||||
text: $('#run').data('message-success')
|
||||
});
|
||||
}
|
||||
} */
|
||||
};
|
||||
|
||||
var showContainerDepletedMessage = function() {
|
||||
|
Reference in New Issue
Block a user