Bids not removing after clicking?

I seem to be having some issues when trying to click to remove a bid from my schedule_bids.tpl file? Would anyone be able to help me figure this out?

This is what I have in the schedule module

public function removebid()
{
if(!Auth::LoggedIn()) return;
SchedulesData::RemoveBid($this->post->id);
}

When I go to click remove it just takes me to a white page, no error or anything? Any ides?

same problem! As admin i can deletethe bid but as pilot no!!

This was working on our old skin but with the new i have the problem!

Certainly this problem is jquery. Just in case, delete the JS lines of your site and test.

Hugs

1 Like

Certainly this problem is jquery. Just in case, delete the JS lines of your site and test.

Hugs

problem SOLVED!!!

problem SOLVED!!!

Nice! Good flights!