From affb0e6f636b7e826b76d9667c8f8c1a43f1398c Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 22 Apr 2014 17:59:42 +0530 Subject: added feature to set review number on ER add book --- js/tbc_external_review.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js') 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(); }); -- cgit