Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 177: | Line 177: | ||
}); | }); | ||
$('a.WDetails').click(function() { | $('a.WDetails').click(function() { | ||
+ | if($('#W'+this.id).length == 0) { | ||
+ | $(this).after($.get('https://2012.igem.org/Team:TU_Munich/Notebook/Labjournal/'+this.id+'?action=raw')) | ||
+ | } | ||
$('#W'+this.id).fadeToggle("slow", "linear") | $('#W'+this.id).fadeToggle("slow", "linear") | ||
if ($(this).hasClass('detailed')){ | if ($(this).hasClass('detailed')){ |
Revision as of 16:42, 31 August 2012