mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 22:08:44 +02:00
Charts : disabled hrefs until it works
SVN:trunk[2091]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user