Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/assets/javascripts/bibliography.js @ 1379:1053a56bccec luisf
adding forgotten js file (as of previous commit)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Sat, 31 Aug 2013 17:57:33 +0100 |
parents | |
children | fa92d13876d0 |
comparison
equal
deleted
inserted
replaced
1378:0b2a75f60952 | 1379:1053a56bccec |
---|---|
1 // bibliography.js | |
2 | |
3 function disable_fields(){ | |
4 $this = $(this); | |
5 $author_info = $this.closest('div').prev(); | |
6 $author_info.children('.description').toggle(); | |
7 $author_info.find('p :input').attr("readonly", true); | |
8 | |
9 return false; | |
10 } |