diff --git a/gulp/html.js b/gulp/html.js index 14740713..c7c7c534 100644 --- a/gulp/html.js +++ b/gulp/html.js @@ -155,20 +155,6 @@ function gulptasksHTML($, gulp, buildFolder) { .toString(); loadJs.textContent = scriptContent; document.head.appendChild(loadJs); - - // Click fraud prevention - bodyContent = - ` - - ` + bodyContent; } document.body.innerHTML = bodyContent;