Prueba de concepto para visualizar eventos
This commit is contained in:
parent
0b66373239
commit
cdf4919471
@ -783,7 +783,7 @@ $eventos= "<link href='librerias/calendar/fullcalendar.min.css' rel='stylesheet'
|
||||
editable: false,
|
||||
eventLimit: true, // allow \"more\" link when too many events
|
||||
events: {
|
||||
url: 'api.php?id=$_REQUEST[eventos]&tipo=simple',
|
||||
url: '$_SESSION[url]/api.php?id=$_REQUEST[eventos]&tipo=simple',
|
||||
error: function() {
|
||||
$('#script-warning').show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user