Skip to content

Commit 6136b91

Browse files
authored
Update plod.js
1 parent e27a7e4 commit 6136b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ export async function generateLOD(projData) {
11281128
writer.end((error, result) => {
11291129
let blob = new Blob([result], { type: 'application/n-quads' })
11301130
let blobUrl = URL.createObjectURL(blob);
1131-
$('#downloadLink').attr('href', blobUrl).attr('download', 'prova.nq').show();
1131+
$('#downloadLink').attr('href', blobUrl).attr('download', 'prov-a_lod.nq').show();
11321132
$('#loaderModal').modal('hide')
11331133
})
11341134
}
@@ -1446,7 +1446,7 @@ export async function download(){
14461446
writer.end((error, result) => {
14471447
let blob = new Blob([result], { type: 'application/n-quads' })
14481448
let blobUrl = URL.createObjectURL(blob);
1449-
$('#downloadLink').attr('href', blobUrl).attr('download', 'prova.nq').show();
1449+
$('#downloadLink').attr('href', blobUrl).attr('download', 'prov-a_lod.nq').show();
14501450
$('#loaderModal').modal('hide')
14511451
})
14521452
}

0 commit comments

Comments
 (0)