Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Billy Larru
Asistencia
Commits
a9996487
Commit
a9996487
authored
Sep 20, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EDIT general.js, agregando instancia de swal configurada con botones de colores]
parent
232a9b8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
general.js
src/main/webapp/js/general.js
+6
-4
No files found.
src/main/webapp/js/general.js
View file @
a9996487
...
...
@@ -52,13 +52,15 @@ const URI_SEDES = "sedes";
const
URI_JUSTIFICACION_TIPO
=
"tipoJustificacion"
const
URI_JUSTIFICACION
=
"justificaciones"
const
URI_ESTADOJUSTIFICACION
=
"estadoJustificaciones"
const
URI_TIPOPERSONAL
=
"tipoPersonales"
const
URI_MESESCIERRE
=
"mesesCierre"
//</editor-fold>
swal
.
mixin
({
const
swalWithBootstrapButtons
=
swal
.
mixin
({
confirmButtonClass
:
'btn btn-success'
,
cancelButtonClass
:
'btn btn-danger'
,
buttonsStyling
:
false
,
confirmButtonClass
:
'btn btn-primary mr-5 ml-5'
,
cancelButtonClass
:
'btn btn-secondary mr-5 ml-5'
});
})
$
.
extend
(
$
.
fn
.
dataTable
.
defaults
,
{
// bSort: false,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment