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

	'use strict';

	$( 'input#_post_subheading' ).parents( '.option-section-_post_subheading' )
		.hide()
		.find( 'input' )
		.attr( { 'tabindex': 1, 'placeholder' : DeadliftAdminParams.subHeadingPlaceholder } )
		.css( {
			'width' : '100%'
		} )
		.insertAfter( $( '#title' ) );

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