Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 325: | Line 325: | ||
var nextPosition = $(newActiveDiv).data()["order"]; | var nextPosition = $(newActiveDiv).data()["order"]; | ||
console.log(nextPosition); | |||
console.log(positionArr[nextPosition][0]); | |||
console.log(positionArr[nextPosition][1]); | |||
if (positionArr[nextPosition][0] !== null){ | if (positionArr[nextPosition][0] !== null){ |