Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/hero-text-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function form( $instance ) {
<script>
( function ( $ ) {

// This let us know that we appended a new widget to reset sortables.
// Let our script know a widget has been added to make its URL search input work.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathanbardo I updated the comment here to better clarify why the inline script exists.

$( document ).trigger( 'primer.widgets.change' );

} )( jQuery );
Expand Down