Skip to content

Commit 860adf1

Browse files
committed
removed cloudflare script
1 parent f7bd255 commit 860adf1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

airy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h1>Airy function</h1>
117117
u.setSize({ width: plotElem.clientWidth, height: plotElem.clientWidth })
118118
})
119119
</script>
120-
<script>var cfla = document.createElement('script'); cfla.defer = true; cfla.src = 'https://static.cloudflareinsights.com/beacon.min.js'; cfla.setAttribute("data-cf-beacon", '{"token": "f9f51233f11041a194c4d5f4511d8282"}'); if (!localStorage.getItem("devmode")) document.body.appendChild(cfla)</script>
120+
121121

122122

123123
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2>...and beyond</h2>
230230
u.setSize({ width: plotElem.clientWidth, height: plotElem.clientWidth });
231231
})
232232
</script>
233-
<script>var cfla = document.createElement('script'); cfla.defer = true; cfla.src = 'https://static.cloudflareinsights.com/beacon.min.js'; cfla.setAttribute("data-cf-beacon", '{"token": "f9f51233f11041a194c4d5f4511d8282"}'); if (!localStorage.getItem("devmode")) document.body.appendChild(cfla)</script>
233+
234234

235235

236236
</html>

lorenz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ <h1>Lorenz Attractor</h1>
181181

182182
window.requestAnimationFrame(step)
183183
</script>
184-
<script>var cfla = document.createElement('script'); cfla.defer = true; cfla.src = 'https://static.cloudflareinsights.com/beacon.min.js'; cfla.setAttribute("data-cf-beacon", '{"token": "f9f51233f11041a194c4d5f4511d8282"}'); if (!localStorage.getItem("devmode")) document.body.appendChild(cfla)</script>
184+
185185

186186
</html>

lotkavolterra.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1>Lotka Volterra</h1>
127127
u.setSize({ width: plotElem.clientWidth, height: plotElem.clientWidth });
128128
})
129129
</script>
130-
<script>var cfla = document.createElement('script'); cfla.defer = true; cfla.src = 'https://static.cloudflareinsights.com/beacon.min.js'; cfla.setAttribute("data-cf-beacon", '{"token": "f9f51233f11041a194c4d5f4511d8282"}'); if (!localStorage.getItem("devmode")) document.body.appendChild(cfla)</script>
130+
131131

132132

133133
</html>

oscillator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>Oscillators</h1>
131131
u.setSize({ width: plotElem.clientWidth, height: plotElem.clientWidth })
132132
})
133133
</script>
134-
<script>var cfla = document.createElement('script'); cfla.defer = true; cfla.src = 'https://static.cloudflareinsights.com/beacon.min.js'; cfla.setAttribute("data-cf-beacon", '{"token": "f9f51233f11041a194c4d5f4511d8282"}'); if (!localStorage.getItem("devmode")) document.body.appendChild(cfla)</script>
134+
135135

136136

137137
</html>

0 commit comments

Comments
 (0)