Skip to content

Commit ac9d4a3

Browse files
dan-fRubenVerborgh
authored andcommitted
Add app name to popup, use fully-qualified URL for popupUri
1 parent f654a56 commit ac9d4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/popup.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/databrowser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link type="text/css" rel="stylesheet" href="https://linkeddata.github.io/solid-app-set/style/tabbedtab.css" />
55
<script>
66
var $SOLID_GLOBAL_config = {
7-
popupUri: '/common/popup.html'
7+
popupUri: window.location.origin + '/common/popup.html'
88
}
99
</script>
1010
<script type="text/javascript" src="https://linkeddata.github.io/mashlib/dist/mashlib.min.js"></script>

0 commit comments

Comments
 (0)