Skip to content

Commit 3714f20

Browse files
committed
Minor fixes and improvements
1 parent f8d83a4 commit 3714f20

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

assets/js/function.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,8 @@ <h2>We value your privacy</h2>
12151215
name="action"
12161216
href="public/privacy.html"
12171217
target="_blank"
1218-
title="Link to Privacy Statement"
1219-
>Privacy Statement</a
1218+
title="Link to Privacy Policy"
1219+
>Privacy Policy</a
12201220
>
12211221
has more details. Clicking the Close button auto-accept all cookies.
12221222
This website is formatted to be viewed in a Desktop.

public/privacy.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2>
347347
<span>Privacy Policy Page =></span>
348348
<span class="alert"
349349
>This tab will close automatically in
350-
<span id="countdown">30</span> seconds.</span
350+
<span id="countdown">60</span> seconds.</span
351351
>
352352
</h2>
353353
</div>
@@ -358,16 +358,16 @@ <h2>
358358
<p id="policy-text" class="revert">
359359
We incorporate various tools to capture how you use and interact with
360360
our website through behavioral metrics, heatmaps, and session replay
361-
to improve and market our products/services. Website usage data is
362-
captured using first and third-party cookies and other tracking
363-
technologies to determine the popularity of products/services and
364-
online activity. Additionally, we use this information for site
365-
optimization, fraud/security purposes, and advertising. We want to
366-
provide you with the best possible experience. This allow us to
367-
analyze user behavior in order to constantly improve the website for
368-
you. We improve our product by using analytic tools to see how you use
369-
our website. For more information about how the analytic tools
370-
collects and uses your data, visit:
361+
to improve and market our playground. Website usage data is captured
362+
using first and third-party cookies and other tracking technologies to
363+
determine the popularity of the playground and online activity.
364+
Additionally, we use this information for site optimization,
365+
fraud/security purposes, and learning. We want to provide you with the
366+
best possible experience. This allow us to analyze user behavior in
367+
order to constantly improve the website for you. We improve our
368+
playground by using analytic tools to see how you use our website. For
369+
more information about how the analytic tools collects and uses your
370+
data, visit:
371371
</p>
372372
<ul>
373373
<li>
@@ -475,7 +475,7 @@ <h2>
475475
* Function to close the tab after 30 seconds.
476476
*/
477477
// Set the initial countdown time in seconds
478-
let timeLeft = 30;
478+
let timeLeft = 60;
479479

480480
// Get a reference to the HTML element where we display the countdown
481481
const countdownElement = document.getElementById("countdown");

0 commit comments

Comments
 (0)