Skip to content

Commit

Permalink
Update media-upload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Apr 9, 2024
1 parent f312b86 commit cf4d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/media-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jQuery(document).ready(function($) {
event.preventDefault();

// get input wrapper
$settings_wrapper = $(this).parent();
$settings_wrapper = $( this ).parent();

// If the media frame already exists, reopen it.
if ( file_frame ) {
Expand Down

0 comments on commit cf4d8cf

Please sign in to comment.