diff options
Diffstat (limited to 'js/tbc_external_review.js')
-rwxr-xr-x | js/tbc_external_review.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/tbc_external_review.js b/js/tbc_external_review.js index 80ba144..38c5070 100755 --- a/js/tbc_external_review.js +++ b/js/tbc_external_review.js @@ -176,6 +176,10 @@ $(document).ready(function() { window.location = modPath + "manage_status"; e.preventDefault(); }); + $jq("#add-book-form #edit-cancel").click(function(e) { + window.location = basePath + "manage_proposal/all"; + e.preventDefault(); + }); $(document).ajaxStart(function() { $ajax_loader.show(); }); |