✨ feat: add documentation to code
This commit is contained in:
parent
8e9fe4d03a
commit
75f02d7245
3 changed files with 16 additions and 1 deletions
|
@ -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',
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue