Team:ETH Zurich/project/overview

From 2014.igem.org

(Difference between revisions)
Line 21: Line 21:
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
         $("article."+ID+".complex").replaceWith($("article."+ID+".simple"));
+
         $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html());
     });
     });
});
});

Revision as of 15:01, 3 September 2014

iGEM ETH Zurich 2014