This is something that worked for me, running Photoshop CC 2014.
189 //fileNameBody += "_" + zeroSuppress(compsIndex, 4);
190 fileNameBody += "" + compRef.name;
I commented out one line 189 and deleted the underscore between the "" in line 190.
This is something that worked for me, running Photoshop CC 2014.
189 //fileNameBody += "_" + zeroSuppress(compsIndex, 4);
190 fileNameBody += "" + compRef.name;
I commented out one line 189 and deleted the underscore between the "" in line 190.