Actions
Bug #6235
closedEvents edit cancel button does not redirect
Description
After clicking Ok the redirect doesn't take place.
Actions
Added by krileon over 8 years ago. Updated over 8 years ago.
Description
After clicking Ok the redirect doesn't take place.
This is due to location.href missing the window namespace. All JS redirect usages need to be window.location.href.