Create mf.js
parent
31d4f14a4a
commit
4d45f11b6c
|
@ -0,0 +1,7 @@
|
|||
window._mfq = window._mfq || [];
|
||||
(function() {
|
||||
var mf = document.createElement("script");
|
||||
mf.type = "text/javascript"; mf.defer = true;
|
||||
mf.src = "//cdn.mouseflow.com/projects/1f7f6247-2022-46cc-a7fd-c7a90d4526f6.js";
|
||||
document.getElementsByTagName("head")[0].appendChild(mf);
|
||||
})();
|
Loading…
Reference in New Issue