Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Aug 4, 2023
2 parents 321a23e + 843fde8 commit 15e607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_hyperscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@
finalValue+=";secure=" + value.path;
}
}
document.cookie= prop + "=" + value;
document.cookie= prop + "=" + finalValue;
return true;
}
})
Expand Down

0 comments on commit 15e607f

Please sign in to comment.