Fix spacing

This commit is contained in:
richi3f 2019-12-10 10:51:52 +01:00 committed by GitHub
parent 2506e909c1
commit a58d5e9da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )