Make WordPress Core

Ticket #53032: 53032.diff

File 53032.diff, 592 bytes (added by NomNom99, 5 years ago)

Fixes retry on failure button

  • src/js/_enqueues/admin/privacy-tools.js

    diff --git a/src/js/_enqueues/admin/privacy-tools.js b/src/js/_enqueues/admin/privacy-tools.js
    index e5fceb86d7..6145ac7785 100644
    a b jQuery( function( $ ) { 
    5656                });
    5757        }
    5858
    59         $( '.export-personal-data-handle' ).on( 'click', function( event ) {
     59        $( '.export-personal-data-handle, .export-personal-data-failed' ).on( 'click', function( event ) {
    6060                var $this          = $( this ),
    6161                        $action        = $this.parents( '.export-personal-data' ),
    6262                        $requestRow    = $this.parents( 'tr' ),