summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJayaram Pai2014-04-22 17:59:42 +0530
committerJayaram Pai2014-04-22 17:59:42 +0530
commitaffb0e6f636b7e826b76d9667c8f8c1a43f1398c (patch)
treebeab649adbea21e5daf80da85277729c5f0d9dfb /js
parentcfdb7e9bd5742cafafec0dd2fb7bfb4995b772ee (diff)
downloadtbc-external-review-affb0e6f636b7e826b76d9667c8f8c1a43f1398c.tar.gz
tbc-external-review-affb0e6f636b7e826b76d9667c8f8c1a43f1398c.tar.bz2
tbc-external-review-affb0e6f636b7e826b76d9667c8f8c1a43f1398c.zip
added feature to set review number on ER add book
Diffstat (limited to 'js')
-rwxr-xr-xjs/tbc_external_review.js4
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();
});