diff options
author | prashant | 2015-01-29 15:26:35 +0530 |
---|---|---|
committer | prashant | 2015-01-29 15:26:35 +0530 |
commit | 8217eebf9cf79414158f1df65dab890987d76bd2 (patch) | |
tree | 46d6c5f01a353d060d55c42657ca78e42c364f4b /js/textbook_companion.js | |
parent | 5f3663c16c05e3ce4da7652dd84ad4728549c22d (diff) | |
download | scilab_textbook_companion-8217eebf9cf79414158f1df65dab890987d76bd2.tar.gz scilab_textbook_companion-8217eebf9cf79414158f1df65dab890987d76bd2.tar.bz2 scilab_textbook_companion-8217eebf9cf79414158f1df65dab890987d76bd2.zip |
added book suggestion form
Diffstat (limited to 'js/textbook_companion.js')
-rwxr-xr-x | js/textbook_companion.js | 6 |
1 files changed, 2 insertions, 4 deletions
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(); |