Make WordPress Core

Changeset 47248


Ignore:
Timestamp:
02/10/2020 09:36:53 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix JSHint issues in [47246].

See #44264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/privacy-tools.js

    r47246 r47248  
    6060            $action        = $this.parents( '.export-personal-data' ),
    6161            $requestRow    = $this.parents( 'tr' ),
    62             $progress      = $requestRow.find( '.export-progress' );
     62            $progress      = $requestRow.find( '.export-progress' ),
    6363            requestID      = $action.data( 'request-id' ),
    6464            nonce          = $action.data( 'nonce' ),
     
    151151            $action       = $this.parents( '.remove-personal-data' ),
    152152            $requestRow   = $this.parents( 'tr' ),
    153             $progress     = $requestRow.find( '.erasure-progress' );
     153            $progress     = $requestRow.find( '.erasure-progress' ),
    154154            requestID     = $action.data( 'request-id' ),
    155155            nonce         = $action.data( 'nonce' ),
Note: See TracChangeset for help on using the changeset viewer.