mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Charts : disabled hrefs until it works
SVN:trunk[2091]
This commit is contained in:
@@ -212,7 +212,8 @@ $(function()
|
|||||||
xs.push(iX);
|
xs.push(iX);
|
||||||
ys.push(iY);
|
ys.push(iY);
|
||||||
data.push(this.options.values[x][y]);
|
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;
|
iY = iY + 1;
|
||||||
}
|
}
|
||||||
iX = iX + 1;
|
iX = iX + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user