Team:XMU Software/js

From 2013.igem.org

(Difference between revisions)
(Replaced content with "function team(){ $("#xmu_body").animate({left:'250px'}); }")
Line 1: Line 1:
function team(){
function team(){
-
$("#xmu_body").animate({left:'250px'});
+
$("#xmu_body").animate({left:'-250px'});
}
}

Revision as of 03:02, 22 October 2013

function team(){ $("#xmu_body").animate({left:'-250px'}); }