1
0
Fork 0

Mejoras en paginacion de api simple

This commit is contained in:
fredyrivera 2017-10-18 16:39:15 -05:00
parent 30fcb4e6a9
commit f4fe785c73
1 changed files with 6 additions and 1 deletions

View File

@ -786,7 +786,12 @@ $eventos= "
eventLimit: true, // allow \"more\" link when too many events
events: {
url: '$_SESSION[url]/api.php?id=$_REQUEST[eventos]&tipo=simple',
url: '$_SESSION[url]/api.php',
type: 'GET',
data: {
id: '$_REQUEST[eventos]',
tipo:'simple'
},
error: function() {
$('#script-warning').show();
}