Skip to content

Commit 6ce169b

Browse files
Merge pull request #809 from solid/fix/default-popup
Use default popup URI
2 parents 827a598 + d5d1c38 commit 6ce169b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

static/databrowser.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<html id="docHTML">
33
<head>
44
<link type="text/css" rel="stylesheet" href="https://solid.github.io/solid-panes/style/tabbedtab.css" />
5-
<script>
6-
var $SOLID_GLOBAL_config = {
7-
popupUri: window.location.origin + '/common/popup.html'
8-
}
9-
</script>
105
<script type="text/javascript" src="/common/js/mashlib.min.js"></script>
116
<script>
7+
const $SOLID_GLOBAL_config = {}
128
document.addEventListener('DOMContentLoaded', function () {
139
const panes = require('mashlib')
1410
const UI = panes.UI

0 commit comments

Comments
 (0)