Skip to content

Commit 7514ff5

Browse files
committed
Documentation: SeedAndDew script tag
1 parent 309cfb1 commit 7514ff5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css">
1010
<meta name="google-site-verification" content="VGAYkbdmuaciIDGkBe-eAg9yfZg0C6ostgonbGxxOa0" />
11+
<script>
12+
var SeedAndDewConfig = {};
13+
(function() {
14+
SeedAndDewConfig['adClass'] = "snd-ad";
15+
/* * * DON'T EDIT BELOW THIS LINE * * */
16+
SeedAndDewConfig['projectId'] = '16e0aed0-b265-48c9-9eae-0aad56147553';
17+
SeedAndDewConfig['loadStartTime'] = performance.now();
18+
SeedAndDewConfig['apiVersion'] = '2018-05-28'
19+
SeedAndDewConfig['sessionId'] = Math.random().toString(36).substring(2, 15);
20+
var snd = document.createElement('script');
21+
snd.type = 'text/javascript';
22+
snd.async = true;
23+
snd.src = 'https://www.seedanddew.com/static/embed.min.js';
24+
(document.getElementsByTagName('head')[0] ||
25+
document.getElementsByTagName('body')[0]).appendChild(snd);
26+
})();
27+
</script>
1128
</head>
1229
<body>
1330
<div id="app"></div>

0 commit comments

Comments
 (0)