Commit a9996487 by Billy Larru

[EDIT general.js, agregando instancia de swal configurada con botones de colores]

parent 232a9b8f
...@@ -52,13 +52,15 @@ const URI_SEDES = "sedes"; ...@@ -52,13 +52,15 @@ const URI_SEDES = "sedes";
const URI_JUSTIFICACION_TIPO = "tipoJustificacion" const URI_JUSTIFICACION_TIPO = "tipoJustificacion"
const URI_JUSTIFICACION = "justificaciones" const URI_JUSTIFICACION = "justificaciones"
const URI_ESTADOJUSTIFICACION = "estadoJustificaciones" const URI_ESTADOJUSTIFICACION = "estadoJustificaciones"
const URI_TIPOPERSONAL = "tipoPersonales"
const URI_MESESCIERRE = "mesesCierre"
//</editor-fold> //</editor-fold>
swal.mixin({ const swalWithBootstrapButtons = swal.mixin({
confirmButtonClass: 'btn btn-success',
cancelButtonClass: 'btn btn-danger',
buttonsStyling: false, buttonsStyling: false,
confirmButtonClass: 'btn btn-primary mr-5 ml-5', })
cancelButtonClass: 'btn btn-secondary mr-5 ml-5'
});
$.extend($.fn.dataTable.defaults, { $.extend($.fn.dataTable.defaults, {
// bSort: false, // bSort: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment