IDs are supposed to be unique per document, and jquery will use getElementByID which only gets the first ID. As the template is inserted into the document at least twice, only the first version got modified. As a fix, I added a class to the outbound-no-commitment section of the document, and nuked/hid that instead of the ID.
Fixes #17
Might have to check everything if this happens for other cases too.
IDs are supposed to be unique per document, and jquery will use getElementByID which only gets the first ID. As the template is inserted into the document at least twice, only the first version got modified. As a fix, I added a class to the outbound-no-commitment section of the document, and nuked/hid that instead of the ID. Fixes #17
Might have to check everything if this happens for other cases too.