feat: add documentation to code

This commit is contained in:
neon_arch 2023-06-18 20:12:20 +03:00
parent 8e9fe4d03a
commit 75f02d7245
3 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,7 @@
// After the settings page finishes loading
// This function is executed when any page on the website finsihes loading and
// this function retrieves the cookies if it is present on the user's machine.
// If it is available then the saved cookies is display in the cookies tab
// otherwise an appropriate message is displayed if it is not available.
document.addEventListener(
'DOMContentLoaded',
() => {