InDesign Javascript Needs Something to Skip the Save Dialogue, Or At Least Auto Select Don't Save
I have a working javascript I use that searches through all the indd files in a folder, finding tables with a specified word, and extracting the info from those tables. It works great but the recent batch of files have tables with merged cells, which threw the script off. I've updated the script to unmerge the tables before searching and gathering and it works again, BUT because it's modifying the tables, I now get a Save dialogue box when the script closes each file.
Is there something I can add to my script that prevents that dialogue from popping up and just closes the files? Or is there something I can add that will automatically select Don't Save when the dialogue box pops up?
