Current File : /home/kelaby89/muzza.fit/wp-content/themes/deadlift/assets/js/admin/searchable.js
/**
 *  Searchable dropdown
 */
 /* global DeadliftAdminParams */
;( function( $ ) {

	'use strict';

	$( '.deadlift-searchable' ).chosen( {
		no_results_text: DeadliftAdminParams.noResult,
		width: '100%'
	} );

	$( document ).on( 'hover', '#menu-to-edit .pending', function() {
		if ( ! $( this ).find( '.chosen-container' ).length && $( this ).find( '.deadlift-searchable' ).length ) {
			$( this ).find( '.deadlift-searchable' ).chosen( {
				no_results_text: DeadliftAdminParams.noResult,
				width: '100%'
			} );
		}
	} );

} )( jQuery );
Page not found – Hello World !