Team:TU-Munich/Project/Overview

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
i = 0;
i = 0;
iid = window.setInterval(function(){
iid = window.setInterval(function(){
-
if ( (c-i) < (c/200) ) {
+
if ( (c-i) > (c/200) ) {
$('span#counter').html(i);
$('span#counter').html(i);
i += Math.round(c/200);
i += Math.round(c/200);

Revision as of 14:49, 24 September 2013



0 visitors