Skip to content
Snippets Groups Projects
Commit ea210a40 authored by Arkerthan's avatar Arkerthan
Browse files

fix secExp BC

parent c514c877
No related branches found
No related tags found
1 merge request!6816basic implementation for history and auto generated quick links
...@@ -391,6 +391,9 @@ App.SecExp.Check = (function() { ...@@ -391,6 +391,9 @@ App.SecExp.Check = (function() {
if (jsDef(V.secExp)) { if (jsDef(V.secExp)) {
if (V.secExpEnabled !== 1) { if (V.secExpEnabled !== 1) {
V.secExpEnabled = V.secExp; V.secExpEnabled = V.secExp;
if (typeof V.secExpEnabled !== "number") {
V.secExpEnabled = 0;
}
} }
delete V.secExp; delete V.secExp;
} }
......
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