Actions
Bug #6235
closedEvents edit cancel button does not redirect
Description
After clicking Ok the redirect doesn't take place.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is due to location.href missing the window namespace. All JS redirect usages need to be window.location.href.
Actions