+
+
+
diff --git a/clients/anim/main.js b/clients/anim/main.js
index 2395dd8..bb7eb02 100644
--- a/clients/anim/main.js
+++ b/clients/anim/main.js
@@ -2,7 +2,7 @@ var currentTime = 60*(24*1+10.4);
var clients = [];
var context;
var width = 980;
-var height = 500;
+var height = 490;
var gridSize = 3;
var nearFieldRadius = 30;
@@ -37,28 +37,6 @@ function init() {
clients[index] = {point:undefined, x:0, y:0, r:0, x0:0, y0:0, r0:0, index:index, lastEvent:0};
random[index] = Math.random();
});
-
- /*
- var menu = $('#menu');
- for (var i = 2; i < 16; i++) {
- (function () {
- var time = i*6*60;
- var d = Math.floor(i/4);
- var h = (i % 4)*6;
- var node = $('
');
- node.click(function () {
- currentTime = time;
- jump = true;
- start();
- })
- menu.append(node);
- })();
- }
-
- var node = $(' ');
- node.click(stop);
- menu.append(node);
- */
var index = -1;
for (var time = -60; time <= (4*24+1)*60; time++) {