final bugfix
This commit is contained in:
parent
a6e3820d7f
commit
b0a666437b
1 changed files with 0 additions and 4 deletions
|
@ -77,10 +77,6 @@ var warning = {
|
|||
if (!aural[me.aural].getBoolValue()) {
|
||||
aural[me.aural].setBoolValue(1);
|
||||
}
|
||||
} else {
|
||||
if (aural[me.aural].getBoolValue()) {
|
||||
aural[me.aural].setBoolValue(0);
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Reference in a new issue