File "advanced_custom_fields.js"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js
File size: 343 bytes
MIME-type: text/plain
Charset: utf-8

(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 );