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";
       })
       })
-
       $("article."+ID+".complex").replaceWith($("article."+ID+".simple"));
+
       $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html);
-
       $("article."+ID+".simple").replaceWith($("article."+ID+".complex"));
+
       $("article."+ID+".simple").replaceWith($("article."+ID+".complex").html);
     });
     });
Line 22: Line 22:
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
        $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html());
+
      $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html);
 +
      $("article."+ID+".simple").replaceWith($("article."+ID+".complex").html);
     });
     });
});
});

Revision as of 15:05, 3 September 2014

iGEM ETH Zurich 2014