Skip to content

Commit

Permalink
Updated comment (skin.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 committed Jul 4, 2024
1 parent 837b17c commit 87d31a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/js/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ function setCookie(name, value, seconds) {
}

/*
* If JSON is stored in cookies, the function will return an array of values.
* If JSON is stored in cookies, the function will return an array or object of values.
*/
function getCookie(name) {
var nameEQ = name + "=";
Expand Down

0 comments on commit 87d31a1

Please sign in to comment.