|
@@ -52,6 +52,14 @@ $organism = $variables['node']->organism;
|
|
$(".tripal_organism_toc_item").click(function(){
|
|
$(".tripal_organism_toc_item").click(function(){
|
|
$(".tripal-info-box").hide();
|
|
$(".tripal-info-box").hide();
|
|
href = $(this).attr('href');
|
|
href = $(this).attr('href');
|
|
|
|
+ if(href.match(/^
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ else{
|
|
|
|
+ tmp = href.replace(/^.*?
|
|
|
|
+ href = tmp;
|
|
|
|
+
|
|
|
|
+ }
|
|
$(href).fadeIn('slow');
|
|
$(href).fadeIn('slow');
|
|
|
|
|
|
|
|
|