fast display of accessions of trial detail page
[sgn.git] / js / thickbox.js
blob0ef9ed66f5fda3749ae48d195c5d4e95af48e31d
1 JSAN.use("jquery");
2 JSAN.use("jquery.colorbox");
4 jQuery( function() {
5   jQuery('a.thickbox').colorbox();
6 });