$('#overlay, [data-close-dialog]').click(function() {
    $('#overlay').hide();
    $('[data-error-popup]').hide();
    return false;
  });