// @see https://github.com/ractoon/jQuery-Text-Counter#options
  Drupal.webform = Drupal.webform || {};
  Drupal.webform.counter = Drupal.webform.counter || {};
  Drupal.webform.counter.options = Drupal.webform.counter.options || {};
  // Overcome twoCharCarriageReturn breaking server-side validation.
  // Affects next two options (respectively added and changed).
  Drupal.webform.counter.options.twoCharCarriageReturn = true;
  Drupal.webform.counter.options.stopInputAtMaximum = true;