Team:ETH Zurich/project/overview

From 2014.igem.org

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

Revision as of 15:05, 3 September 2014

iGEM ETH Zurich 2014