mirror of
https://github.com/10h30/trestle.git
synced 2026-07-14 04:06:25 +09:00
Update responsive header/full menu behavior.
This commit is contained in:
@@ -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 );
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user