Missing commit
* This commit had to be created back on time but I forgot to do it : ( FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
5d49d113b1
commit
e39d57e33f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ganttz.Planner = zk.$extends(zk.Macro,{
|
|||
},
|
||||
_zoomLevelChanged : function(event){
|
||||
var zoomindex = event.domTarget.selectedIndex;
|
||||
var scrollLeft = jq('#timetracker').scrollLeft();
|
||||
var scrollLeft = parseFloat(jq('.timetrackergap').css('left').replace(/px/, ""));
|
||||
zAu.send(new zk.Event(this, 'onZoomLevelChange', {zoomindex : zoomindex, scrollLeft : scrollLeft}));
|
||||
}
|
||||
},{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue