git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2091 a333f486-631f-4898-b8df-5754b55c2be0
@@ -212,7 +212,8 @@ $(function()
xs.push(iX);
ys.push(iY);
data.push(this.options.values[x][y]);
- hrefs.push(this.options.hrefs[x][y]);
+ // Not working yet
+ //hrefs.push(this.options.hrefs[x][y]);
iY = iY + 1;
}
iX = iX + 1;