mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Fix mailerlite script
This commit is contained in:
parent
b44bf0c260
commit
45321a5645
2 changed files with 21 additions and 11 deletions
19
apps/landing/public/static/scripts/mailerlite.js
Normal file
19
apps/landing/public/static/scripts/mailerlite.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
(function (w, d, e, u, f, l, n) {
|
||||
(w[f] =
|
||||
w[f] ||
|
||||
function () {
|
||||
(w[f].q = w[f].q || []).push(arguments);
|
||||
}),
|
||||
(l = d.createElement(e)),
|
||||
(l.async = 1),
|
||||
(l.src = u),
|
||||
(n = d.getElementsByTagName(e)[0]),
|
||||
n.parentNode.insertBefore(l, n);
|
||||
})(
|
||||
window,
|
||||
document,
|
||||
"script",
|
||||
"https://assets.mailerlite.com/js/universal.js",
|
||||
"ml",
|
||||
);
|
||||
ml("account", "99567");
|
Loading…
Add table
Add a link
Reference in a new issue