Skip to content

Commit f30d371

Browse files
moufette removed
1 parent 117e7d8 commit f30d371

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

public/index.html

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -29,58 +29,6 @@
2929
text-transform: none;
3030
}
3131
</style>
32-
<script async>
33-
!(function (a, t) {
34-
window.moufette = t
35-
var e = a.getElementsByTagName("script"),
36-
n = []
37-
for (var i in e) {
38-
var o = e[i].src
39-
o && 0 < o.indexOf("moufette.js") && n.push(e[i])
40-
}
41-
n[n.length - 1],
42-
(window.moufette.init = function (t, o) {
43-
!(function (t, e, n) {
44-
var i = new Date()
45-
i.setTime(i.getTime() + 24 * n * 60 * 60 * 1e3)
46-
var o = "expires=" + i.toUTCString()
47-
a.cookie = t + "=" + e + ";" + o + ";path=/"
48-
})("moufette_token", t, 30, o.api_host),
49-
window.addEventListener("DOMContentLoaded", function () {
50-
var t, e, n, i
51-
;(t = a.createElement("div")).setAttribute(
52-
"id",
53-
"moufette-widget"
54-
),
55-
a.body.appendChild(t),
56-
(e = o.api_host + "/widget/main.js"),
57-
(i = a.createElement("script")).setAttribute(
58-
"type",
59-
"text/javascript"
60-
),
61-
i.setAttribute("src", e),
62-
i.readyState
63-
? (i.onreadystatechange = function () {
64-
;("complete" != this.readyState &&
65-
"loaded" != this.readyState) ||
66-
n()
67-
})
68-
: (i.onload = n),
69-
(
70-
a.getElementsByTagName("head")[0] || a.documentElement
71-
).appendChild(i)
72-
})
73-
var e = window.moufetteConfig || {}
74-
;(e.api_host = o.api_host),
75-
(e.token = t),
76-
(window.moufetteConfig = e)
77-
})
78-
})(document, window.moufette || {})
79-
moufette.init(
80-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1OTc3NTc4NjF9.y_rSQWY5cINMSBTHSPUhuIkrx6GMTI7fbL3J7wPUqAM",
81-
{ api_host: "https://moufette.universaldatatool.com" }
82-
)
83-
</script>
8432
<!-- Global site tag (gtag.js) - Google Analytics -->
8533
<script
8634
async

0 commit comments

Comments
 (0)