Alimurtuza
commited on
Commit
•
196109a
1
Parent(s):
7c39a98
Typo in cookies.js
Browse files- public/static/cookies.js +1 -1
public/static/cookies.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
// This function is executed when any page on the website
|
2 |
// this function retrieves the cookies if it is present on the user's machine.
|
3 |
// If it is available then the saved cookies is display in the cookies tab
|
4 |
// otherwise an appropriate message is displayed if it is not available.
|
|
|
1 |
+
// This function is executed when any page on the website finishes loading and
|
2 |
// this function retrieves the cookies if it is present on the user's machine.
|
3 |
// If it is available then the saved cookies is display in the cookies tab
|
4 |
// otherwise an appropriate message is displayed if it is not available.
|