From 8217eebf9cf79414158f1df65dab890987d76bd2 Mon Sep 17 00:00:00 2001 From: prashant Date: Thu, 29 Jan 2015 15:26:35 +0530 Subject: added book suggestion form --- js/textbook_companion.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'js/textbook_companion.js') diff --git a/js/textbook_companion.js b/js/textbook_companion.js index ff9dd6e..bbbb851 100755 --- a/js/textbook_companion.js +++ b/js/textbook_companion.js @@ -120,17 +120,15 @@ $('#edit-version').change(function() { else { $('#edit-older-wrapper').hide(); - } - + } }); /* hide nonaicte_proposal form textbox of other reason */ $('#edit-other-reason-wrapper').hide(); $(function() { enable_cb(); - $("#edit-reason-4").click(enable_cb); + $("#edit-reason-Other-reason").click(enable_cb); }); - function enable_cb() { if (this.checked) { $('#edit-other-reason-wrapper').show(); -- cgit