Update responsive header/full menu behavior.

This commit is contained in:
MickeyKay
2015-03-23 15:47:56 -07:00
parent 8a097c4be2
commit ade79de867
4 changed files with 72 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
wp.customize( 'genesis-settings[trestle_read_more_text]', function( value ) {
value.bind( function( value ) {
$( 'a.more-link' ).text( value );
$( 'a.more-link' ).html( value );
});
});