This commit is contained in:
grandeljay 2022-06-16 12:24:06 +02:00
parent 58138744cd
commit 718e50491e

View file

@ -61,16 +61,16 @@ $(function() {
$('body')
.modal({
title : text.modal_failure_title,
content : content,
class : 'small',
actions : [
autoShow : true,
title : text.modal_failure_title,
content : content,
class : 'small',
actions : [
{
text : text.modal_failure_approve,
class : 'primary'
}
],
autoShow: true
]
});
}
$.fn.api.settings.onError = function(response, element, xhr) {