Ticket #53032: 53032.diff
| File 53032.diff, 592 bytes (added by , 5 years ago) |
|---|
-
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( $ ) { 56 56 }); 57 57 } 58 58 59 $( '.export-personal-data-handle ' ).on( 'click', function( event ) {59 $( '.export-personal-data-handle, .export-personal-data-failed' ).on( 'click', function( event ) { 60 60 var $this = $( this ), 61 61 $action = $this.parents( '.export-personal-data' ), 62 62 $requestRow = $this.parents( 'tr' ),