Scripted advanced tabs and added css animations

This commit is contained in:
2021-02-09 19:50:33 +01:00
parent 007917fdbd
commit 2e59495f19
6 changed files with 49 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ function fillStaticFields(uuid, id, mediaType, body, httpStatus){
}
function createLink(uuid, id){
var link = 'http://localhost:8097/klaus/v1/'+uuid+'/'+id;
var link = 'http://localhost:8097/klaus/v1/get/'+uuid+'/'+id;
return link;
}