This commit is contained in:
McShelby 2022-02-21 22:20:27 +00:00
parent f7873385aa
commit eab411219a
157 changed files with 3724 additions and 3724 deletions

View file

@ -127,10 +127,10 @@ var variants = {
resetVariant: function(){
var variantbase = window.localStorage.getItem( 'customvariantbase' );
if( variantbase && confirm( 'You have made changes to your custom variant. Are you sure you want to reset all changes?' ) ){
this.removeCustomVariantOption();
this.changeVariant( variantbase );
window.localStorage.removeItem( 'customvariantbase' );
window.localStorage.removeItem( 'customvariant' );
this.removeCustomVariantOption();
this.changeVariant( variantbase );
}
},