Answered
Page label color of "none"
I found a handy javascript online for Indesign that changes the page label color to green – which is great. I often color code my pages with green or red labels to keep track of client selects and as a script I can map these commands to keyboard shortcuts. Does anyone know how to ammend the script to reset the color label to the default label color of none?:
app.activeWindow.activePage.pageColor = UIColors.GREEN;
