forked from qwerty/tupali
Mejoras en paginacion de api simple
This commit is contained in:
parent
30fcb4e6a9
commit
f4fe785c73
@ -786,7 +786,12 @@ $eventos= "
|
|||||||
|
|
||||||
eventLimit: true, // allow \"more\" link when too many events
|
eventLimit: true, // allow \"more\" link when too many events
|
||||||
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() {
|
error: function() {
|
||||||
$('#script-warning').show();
|
$('#script-warning').show();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user