Updated OS/2 disk information

This commit is contained in:
Jeff Parsons 2016-01-19 16:22:10 -08:00
commit 0c0e508f78
18 changed files with 260 additions and 105 deletions

View file

@ -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);
}