If the "Review" link is clicked again, just reload the main view

This commit is contained in:
theopolisme 2014-05-07 21:02:16 -05:00
parent 999a520c51
commit 8128df3246

View File

@ -735,9 +735,13 @@
)
);
// Now set up the review panel and replace it with
// actually content, not just a splash screen
// Now set up the review panel and replace it with actual content, not just a splash screen
setupReviewPanel();
// If the "Review" link is clicked again, just reload the main view
$afchLaunchLink.click( function () {
spinnerAndRun( setupReviewPanel );
} );
}
function setupReviewPanel () {