Browse Source

Charts : disabled hrefs until it works

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2091 a333f486-631f-4898-b8df-5754b55c2be0
romainq 13 years ago
parent
commit
1c42843d43
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/charts.js

+ 2 - 1
js/charts.js

@@ -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;