mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
c6906675f9
commit
059b5cbf84
8 changed files with 40 additions and 23 deletions
|
|
@ -131,9 +131,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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue