Fix action event handling on the review UI page.
Review Request #4170 — Created May 25, 2013 and submitted — Latest diff uploaded
Fix action event handling on the review UI page. The review UI page didn't have the new #review_request div around it, which prevented action registration from working. It's now added. On top of this, the success handler has been removed for file attachment uploading, since the new objects will just respond to events instead and do the right thing.
Tested that menus opened correctly again. Tested a few different actions (including file upload and closing), which worked. Tested that uploading a file through the menu item didn't cause a JavaScript error anymore.