Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

remove BIND functionality for customizer in javascript #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions js/customize-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@
.find( '#twentysixteen-color-scheme-css' );
}

// Site title.
api( 'blogname', function( value ) {
value.bind( function( to ) {
$( '.site-title a' ).text( to );
} );
} );

// Site tagline.
api( 'blogdescription', function( value ) {
value.bind( function( to ) {
$( '.site-description' ).text( to );
} );
} );

// Add custom-background-image body class when background image is added.
api( 'background_image', function( value ) {
value.bind( function( to ) {
Expand Down