update to use # as seperator instead of _
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
let elementIndex = 0;
|
||||
|
||||
function generateId(annotationType) {
|
||||
return `${envelopeId}_${receiverId}_${elementIndex++}_${annotationType}`;
|
||||
return `${envelopeId}#${receiverId}#${elementIndex++}#${annotationType}`;
|
||||
}
|
||||
|
||||
for (let element of document.elements) {
|
||||
|
||||
Reference in New Issue
Block a user