diff options
author | cglatot <[email protected]> | 2020-02-07 13:28:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-07 13:28:55 +0000 |
commit | 15873ad56ad7017e70f52fbe21e273d3391b15d3 (patch) | |
tree | eaa55e69bfe2d036dd6b2b30692d0ab54b59f955 | |
parent | 54a96ea518d31a8e21fe1f2ea38135679830174e (diff) | |
download | pasta-15873ad56ad7017e70f52fbe21e273d3391b15d3.tar.gz pasta-15873ad56ad7017e70f52fbe21e273d3391b15d3.zip |
Cookie Disclaimer
-rw-r--r-- | js/main.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 +} |