From 23228f71926bd545531937eeb7889a40471acfd5 Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Tue, 17 Dec 2024 17:20:07 +0100 Subject: [PATCH] Added `repository` namespace to discojuice --- src/aai/aai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aai/aai.js b/src/aai/aai.js index f5e744c1c91..208a22d3b4d 100644 --- a/src/aai/aai.js +++ b/src/aai/aai.js @@ -3,7 +3,7 @@ function AAI() { var host = 'https://' + window.location.hostname, ourEntityID = host.match("lindat.mff.cuni.cz") ? "https://ufal-point.mff.cuni.cz" : host; - var namespace = ''; + var namespace = 'repository'; this.defaults = { //host : 'https://ufal-point.mff.cuni.cz', host : host, //better default (useful when testing on ufal-point-dev)