We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f654a56 commit ac9d4a3Copy full SHA for ac9d4a3
common/popup.html
static/databrowser.html
@@ -4,7 +4,7 @@
4
<link type="text/css" rel="stylesheet" href="https://linkeddata.github.io/solid-app-set/style/tabbedtab.css" />
5
<script>
6
var $SOLID_GLOBAL_config = {
7
- popupUri: '/common/popup.html'
+ popupUri: window.location.origin + '/common/popup.html'
8
}
9
</script>
10
<script type="text/javascript" src="https://linkeddata.github.io/mashlib/dist/mashlib.min.js"></script>
0 commit comments