1
0
Fork 0

Correcion en Botones

This commit is contained in:
fredyrivera 2017-10-16 17:27:03 -05:00
parent 8354a945dd
commit 42da75fe33
1 changed files with 6 additions and 1 deletions

View File

@ -790,7 +790,12 @@ $eventos= "
error: function() {
$('#script-warning').show();
}
},
},
buttonText: {
listMonth: 'Agenda',
listYear: 'Año',
listDay: 'List Day'
},
loading: function(bool) {
$('#loading').toggle(bool);
}