Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 330: | Line 330: | ||
var nextPosition = $(newActiveDiv).data()["order"]; | var nextPosition = $(newActiveDiv).data()["order"]; | ||
if ( | if (positionArr[nextPosition][0] !== null){ | ||
$("#back").attr("visibility","visible"); | $("#back").attr("visibility","visible"); | ||
} | } | ||
Line 338: | Line 338: | ||
} | } | ||
if ( | if (positionArr[nextPosition][1] !== null){ | ||
$("#next").attr("visibility","visible"); | $("#next").attr("visibility","visible"); | ||
} | } |