@igea/oac_frontend 1.0.91 → 1.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -672,7 +672,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
672
672
|
generateIRI(input, isIndagne){
|
|
673
673
|
var template = input.placeholder;
|
|
674
674
|
setTimeout((async function(){
|
|
675
|
-
var _uuid =
|
|
675
|
+
var _uuid = generateUUID();
|
|
676
676
|
template = template.replace("$uuid$", _uuid).replace("$UUID$", _uuid);
|
|
677
677
|
for(var i=1; i<=9; i++){
|
|
678
678
|
var seq = "seq" + i;
|