Files
luos/gulliver/js
jennylee ca204e22ec BUG-15384 Issue in the field check-box from Dynaform with the label.
When a label in a required field has a line break, a js error happens.

When the eval function is applied to the label's string, the line break is taked as the conclusion of the string, and js searchs " (double quotes) which closes the string without finding it and giving the error: "SintaxError: unterminated string literal"

So I use the replace function to change the break line to a simple space, this solves the problem and the error does not happend again.
2014-07-23 11:02:39 -04:00
..
2013-12-04 11:25:36 -04:00
2012-11-29 21:42:22 +00:00
2010-12-02 23:34:41 +00:00
2010-12-02 23:34:41 +00:00