Skip to content

Commit

Permalink
Spacin'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Dec 3, 2024
1 parent e701463 commit 83b8bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/bulk-export.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
'use strict';

var started = false,
searchParams = new URLSearchParams( window.location.search ),
$submitButton = $( '.bulk-export-submit' );
searchParams = new URLSearchParams( window.location.search ),
$submitButton = $( '.bulk-export-submit' );

function done() {
$submitButton.text( 'Done' );
$submitButton.attr( 'disabled', 'disabled' );
$submitButton.attr( 'disabled', 'disabled' );
}

function pushItem( item, next, nonce ) {
Expand Down

0 comments on commit 83b8bec

Please sign in to comment.