Skip to content

Commit 7e7e4e8

Browse files
committed
.Form.updateData: Option "br" verbessert
1 parent c6f1df0 commit 7e7e4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OPLib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ var oplib = (function() {
27882788
}
27892789
if (nodeData["br"]) {
27902790
var brData = {
2791-
id : "__OPLibFormBr" + oplib.ID.getUniqueId(),
2791+
id : "__OPLibFormBr" + oplib.ID.getUniqueRandomId(),
27922792
fieldset : nodeData.fieldset,
27932793
after : nodeData.id,
27942794
created : true,

0 commit comments

Comments
 (0)