Skip to content
Snippets Groups Projects
Commit 261cb51e authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Helper.stringToBool(): fixed switch case.

parent e48199a2
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ QfqNS.Helper = QfqNS.Helper || {};
case "f":
case "false":
case "disabled":
case "enable":
case "disable":
return false;
default:
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment