Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Dwelly
speccy
Commits
7f6ac2cd
Commit
7f6ac2cd
authored
Jun 18, 2020
by
Tom Dwelly
Browse files
fixed missing allowd combination of z_conf/class_person
parent
b2ac032a
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/speccy.js
View file @
7f6ac2cd
...
...
@@ -973,6 +973,7 @@ function check_valid_conf_class(z_conf_person, class_person){
// console.log(typeof z_conf_person);
// console.log(typeof class_person);
if
(
(
z_conf_person
==
0
&&
class_person
==
"
NONE
"
)
||
(
z_conf_person
==
1
&&
class_person
==
"
NONE
"
)
||
(
z_conf_person
==
1
&&
class_person
==
"
QSO
"
))
{
result
=
true
;
}
else
if
(
(
z_conf_person
>=
2
&&
z_conf_person
<=
3
)
&&
(
class_person
==
"
NONE
"
||
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment