Refactor
This commit is contained in:
parent
58138744cd
commit
718e50491e
1 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue