Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 0950dba

Browse files
committed
metadata ajax download relative
1 parent 0b9ab31 commit 0950dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39917,7 +39917,7 @@ $(function() {
3991739917
}
3991839918

3991939919
$.get({
39920-
url: "/public/metadata.xml",
39920+
url: "public/metadata.xml",
3992139921
dataType: "text",
3992239922
success: function(data) {
3992339923
$("#idpMetadata").text(data);

0 commit comments

Comments
 (0)