Updated OS/2 disk information
This commit is contained in:
parent
a3d19ff7df
commit
0c0e508f78
18 changed files with 260 additions and 105 deletions
|
|
@ -426,7 +426,7 @@ FDC.prototype.setBinding = function(sHTMLType, sBinding, control)
|
|||
var sValue = controlOption.getAttribute("data-value");
|
||||
if (sValue) {
|
||||
try {
|
||||
dataValue = eval("({" + sValue + "})");
|
||||
dataValue = eval("(" + sValue + ")");
|
||||
} catch (e) {
|
||||
Component.error("FDC option error: " + e.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue