This commit is contained in:
hyunho 2020-12-23 08:11:33 +00:00
parent e819bead91
commit e2de5f2367
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ function capfile(url, data, callback, noeval, setBG, jsislayer2, abscaller) {
if (_setBG) {
$("#bglayer").hide();
}
data = null;
capResult = data;
if (capResult.code == 1000 || _abscaller) {
eval(capfilecallback.substr(capfilecallback.length - 1, 1) == ")" ? capfilecallback : (capfilecallback + "()"));
}