$('[data-report-error]').click(function() {
    $('#overlay').show();
    $('[data-error-popup]').show();
    return false;
  });