Skip to content

Commit

Permalink
Added repository namespace to discojuice
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 17, 2024
1 parent be6ea71 commit 23228f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aai/aai.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23228f7

Please sign in to comment.