Show the individual User schedule

Show the current user favourites events for both schedule and all events.

Unsed css removed.
This commit is contained in:
Ana 2016-08-13 02:26:02 +02:00 committed by Ana María Martínez Gómez
parent 9154f1883d
commit f54df5922e
8 changed files with 32 additions and 31 deletions

View file

@ -134,9 +134,6 @@ function starClicked(e){
}
var params = { favourite_user_id: $(e.target).data('user') };
if($(e.target).hasClass('fa-star-o')){
params['add'] = true;
}
$.ajax({
url: $(e.target).data('url'),