|
@@ -1710,6 +1710,10 @@ $(document).ready(() => {
|
|
detail.spread.refresh();
|
|
detail.spread.refresh();
|
|
}
|
|
}
|
|
if (checkedChanges) checkedChanges.refresh();
|
|
if (checkedChanges) checkedChanges.refresh();
|
|
|
|
+
|
|
|
|
+ if (errorList && errorList.spread) {
|
|
|
|
+ errorList.spread.refresh();
|
|
|
|
+ }
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|
|
@@ -1889,6 +1893,9 @@ $(document).ready(() => {
|
|
detail.spread.refresh();
|
|
detail.spread.refresh();
|
|
}
|
|
}
|
|
if (checkedChanges) checkedChanges.refresh();
|
|
if (checkedChanges) checkedChanges.refresh();
|
|
|
|
+ if (errorList && errorList.spread) {
|
|
|
|
+ errorList.spread.refresh();
|
|
|
|
+ }
|
|
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
|
|
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
|
|
}
|
|
}
|
|
});
|
|
});
|