mirror of
https://github.com/10h30/trestle.git
synced 2026-07-13 03:36:22 +09:00
Whitespace
This commit is contained in:
@@ -56,7 +56,7 @@ jQuery( document ).ready( function( $ ) {
|
||||
}
|
||||
|
||||
// Add toggle buttons to header
|
||||
$( '.toggle-buttons' ).prepend( '<a id="toggle-button-' + i + '" class="' + buttonClass + '" href="#">Toggle</a>');
|
||||
$( '.toggle-buttons' ).prepend( '<a id="toggle-button-' + i + '" class="' + buttonClass + '" href="#">Toggle</a>' );
|
||||
|
||||
// Add target class to nav and widget areas
|
||||
$target.addClass( 'toggle-target-' + i );
|
||||
|
||||
Reference in New Issue
Block a user