With each additional AJAX load on a page with a webform_countdown component, the counter div gets added again and again. This usually gets resolved with the jQuery once plugin http://plugins.jquery.com/once/ which is included in Drupal core. I'll attach a patch which makes use of it.

Comments

raphaelhuefner created an issue. See original summary.

raphaelhuefner’s picture

Issue summary: View changes
raphaelhuefner’s picture

kvnm’s picture

Status: Active » Closed (fixed)

Cool, thanks @raphaelhuefner -- committed to 7.x-1.x && 7.x-2.x