Fix Replay Bug
This commit is contained in:
parent
4ac5dd06c5
commit
9d35872bda
@ -1913,7 +1913,7 @@ control.prototype.replay = function () {
|
|||||||
core.status.event.data = {"toolsPage":Math.floor(index/12)+1, "constantsPage":1, "selectId":null};
|
core.status.event.data = {"toolsPage":Math.floor(index/12)+1, "constantsPage":1, "selectId":null};
|
||||||
index = index%12;
|
index = index%12;
|
||||||
}
|
}
|
||||||
else if (index=constants.indexOf(itemId)>=0) {
|
else if ((index=constants.indexOf(itemId))>=0) {
|
||||||
core.status.event.data = {"toolsPage":1, "constantsPage":Math.floor(index/12)+1, "selectId":null};
|
core.status.event.data = {"toolsPage":1, "constantsPage":Math.floor(index/12)+1, "selectId":null};
|
||||||
index = index%12+12;
|
index = index%12+12;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user