Skip to content

Commit 4c0e6c0

Browse files
committed
Fix syntax error in nav-menus.js: Add missing semicolon in doSearch function
1 parent 25923f0 commit 4c0e6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/wp/customize/nav-menus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
doSearch: function( page ) {
322322
var self = this, params,
323323
$section = $( '#available-menu-items-search' ),
324-
$content = $section.find( '.accordion-section-content' )
324+
$content = $section.find( '.accordion-section-content' );
325325

326326
if ( self.currentRequest ) {
327327
self.currentRequest.abort();

0 commit comments

Comments
 (0)