aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcglatot <[email protected]>2020-02-07 13:28:55 +0000
committerGitHub <[email protected]>2020-02-07 13:28:55 +0000
commit15873ad56ad7017e70f52fbe21e273d3391b15d3 (patch)
treeeaa55e69bfe2d036dd6b2b30692d0ab54b59f955
parent54a96ea518d31a8e21fe1f2ea38135679830174e (diff)
downloadpasta-15873ad56ad7017e70f52fbe21e273d3391b15d3.tar.gz
pasta-15873ad56ad7017e70f52fbe21e273d3391b15d3.zip
Cookie Disclaimer
-rw-r--r--js/main.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index f8526c7..4db0cbd 100644
--- a/js/main.js
+++ b/js/main.js
@@ -87,6 +87,8 @@ $(document).ready(() => {
PASTA - I still have plenty of ideas for how I can add more to it, as well as fix any bugs that crop up. Feel free to log any issues / feature
requests on the Github as well.</p>
<p><a href="https://github.com/cglatot/pasta" target="_blank">https://github.com/cglatot/pasta</a></p>
+ <h3>Cookie Policy</h3>
+ <p>The site uses some minor cookies to help improve your experience. Third-party cookies are not used on this site. By continuing to use this site, you agree to the use of cookies.</p>
`);
$('#progressModal').modal();
});
@@ -925,4 +927,4 @@ async function setSubtitleStream(partsId, streamId, row) {
$("#modalBodyText #modalTitleText").text("Processing Complete!");
$('#modalBodyText .spinner-border').css('visibility','hidden');
}
-} \ No newline at end of file
+}