Skip to content

Commit

Permalink
Dev: ... this don't break anything (replaced after), but better an em…
Browse files Browse the repository at this point in the history
…pty string.
  • Loading branch information
Shnoulle committed Feb 6, 2017
1 parent 46ca093 commit 028c18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/expressions/em_javascript.js
Expand Up @@ -137,7 +137,7 @@ function LEMsumifop()
} catch(e){
arg = new Decimal(arg.toString().replace(/,/,'.'));
}
}
}
else if(arg === true){
arg=1;
}
Expand Down Expand Up @@ -555,7 +555,7 @@ function LEMval(alias)
}
case 'shown': {
value = htmlspecialchars_decode(document.getElementById(whichJsName).value);
var shown="test";
var shown="";
switch(attr.type)
{
case 'G': //GENDER drop-down list
Expand Down

1 comment on commit 028c18f

@olleharstedt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Halleluja

Please sign in to comment.