(function($) {
Drupal.webform = Drupal.webform || {};
Drupal.webform.intlTelInput = Drupal.webform.intlTelInput || {};
Drupal.webform.elementHelpIcon = Drupal.webform.elementHelpIcon || {};

Drupal.webform.intlTelInput.options = {separateDialCode: true};
})(jQuery);

// Prevent crtl+r from resubmitting this form.
// https://stackoverflow.com/questions/6320113/how-to-prevent-form-resubmission-when-page-is-refreshed-f5-ctrlr
if ( window.history.replaceState ) {
   window.history.replaceState( null, null, window.location.href );
}