repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reset checked status when switching between lists
[sgn.git]
/
mason
/
locus
/
locus_unigenes.mas
blob
99b691dcf66d4078e512a9e5ca669852847c7c4b
1
2
<%args>
3
4
$locus_id=>undef
5
</%args>
6
7
<div id="unigenes" >[loading...]</div>
8
9
<script language="javascript" type="text/javascript">
10
11
jQuery(document).ready(function() {
12
Locus.printLocusUnigenes( <% $locus_id %> );
13
});
14
15
</script>
16