We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dc545 commit fa85d97Copy full SHA for fa85d97
demo/index.html
@@ -13,6 +13,9 @@
13
</style>
14
</head>
15
<body>
16
+ <header>
17
+ <div id="rs-wrapper" class="rs-wrapper"></div>
18
+ </header>
19
<script type="text/javascript" src="remotestorage.js"></script>
20
<script type="text/javascript" src="widget.js"></script>
21
<script>
@@ -33,6 +36,10 @@
33
36
//modalBackdrop: true,
34
37
logging: true,
35
38
});
39
+
40
widget.attach();
41
+ // widget.attach('rs-wrapper');
42
+ // widget.attach(document.querySelector('header .rs-wrapper'));
43
+ // widget.attach('foo'); // throws an error
44
</script>
45
</body>
0 commit comments