mirror of
https://github.com/richi3f/candy-calc.git
synced 2026-04-24 23:26:45 -05:00
Fix spacing
This commit is contained in:
parent
2506e909c1
commit
a58d5e9da5
|
|
@ -173,7 +173,7 @@ $( document ).ready( function() {
|
|||
.append(
|
||||
$( '<abbr></abbr>' )
|
||||
.attr( 'title', SIZE_TITLES[ i ] + ' Experience Candy' )
|
||||
.text( 'Exp. Candy' + CANDY_SIZES[ i ] )
|
||||
.text( 'Exp. Candy ' + CANDY_SIZES[ i ] )
|
||||
);
|
||||
$template.find( 'input[type=number]' )
|
||||
.attr( 'id', slug )
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user