This commit is contained in:
McShelby 2022-02-24 21:15:30 +00:00
parent 786d121ed6
commit 85bb645f2f
157 changed files with 3723 additions and 3723 deletions

View file

@ -130,7 +130,7 @@ var variants = {
window.localStorage.removeItem( 'customvariantbase' );
window.localStorage.removeItem( 'customvariant' );
this.removeCustomVariantOption();
if( this.getVariant() == variantbase ){
if( this.getVariant() == this.customvariantname ){
this.changeVariant( variantbase );
}
}