hide run success message, adjust wording of locales for run success and run failure (run_success, run_failure)

This commit is contained in:
Ralf Teusner
2015-08-07 16:13:35 +02:00
parent 51fa137b9d
commit e49f0dc063
3 changed files with 8 additions and 6 deletions

View File

@ -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() {