1
0
Fork 0

Prueba de concepto para visualizar eventos

This commit is contained in:
fredyrivera 2017-10-16 14:35:06 -05:00
parent ebae46a5df
commit 0b66373239
1 changed files with 1 additions and 1 deletions

View File

@ -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: 'http://localhost/tupale//milfs/api.php?id=$_REQUEST[eventos]&tipo=simple',
url: 'api.php?id=$_REQUEST[eventos]&tipo=simple',
error: function() {
$('#script-warning').show();
}