Changeset 47248
- Timestamp:
- 02/10/2020 09:36:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/privacy-tools.js
r47246 r47248 60 60 $action = $this.parents( '.export-personal-data' ), 61 61 $requestRow = $this.parents( 'tr' ), 62 $progress = $requestRow.find( '.export-progress' ) ;62 $progress = $requestRow.find( '.export-progress' ), 63 63 requestID = $action.data( 'request-id' ), 64 64 nonce = $action.data( 'nonce' ), … … 151 151 $action = $this.parents( '.remove-personal-data' ), 152 152 $requestRow = $this.parents( 'tr' ), 153 $progress = $requestRow.find( '.erasure-progress' ) ;153 $progress = $requestRow.find( '.erasure-progress' ), 154 154 requestID = $action.data( 'request-id' ), 155 155 nonce = $action.data( 'nonce' ),
Note: See TracChangeset
for help on using the changeset viewer.