[handle_pixel] remove redundant cookie flags
This commit is contained in:
parent
2775ec073d
commit
410bddd24e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
$(".shm-zoomer").val(zoom_type);
|
||||
|
||||
if (save_cookie) {
|
||||
shm_cookie_set("ui-image-zoom", zoom_type, {expires: 365, samesite: "lax", path: "/"});
|
||||
shm_cookie_set("ui-image-zoom", zoom_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue