This commit is contained in:
Jesse James Isler 2022-03-31 11:14:48 +02:00
parent 880483f124
commit 17c7909ebb
1 changed files with 0 additions and 2 deletions

View File

@ -251,8 +251,6 @@
} else if ($('#rolecolor').val() = "brown" || $('#rolecolor').val() = "grey" || $('#rolecolor').val() = "blue-grey" ) {
if ( $('#modifier').val() = "accent") {
$('#modifier').val().prop('disabled', 'disabled');
$('#strength').val().prop('disabled', 'disabled');
$('#modifier').val() = "";
$('#strength').val() = "";
}