Current File : /home/kelaby89/muzza.fit/wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js
(function ( $ ) {
	'use strict';

	$( document ).on( 'acf/setup_fields', function () {
		// Redeclare active editor.
		setTimeout( function () {
			if ( 'tinymce' === getUserSetting( 'editor' ) ) {
				$( '#content-tmce' ).trigger( 'click' );
			} else {
				$( '#content-html' ).trigger( 'click' );
			}
		}, 10 );
	} );
})( window.jQuery );
Hello World !