Skip to content

Commit

Permalink
Add t/f to set-cookie (#3905)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Nov 5, 2023
1 parent 931187d commit 4ab1c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3384,7 +3384,7 @@ function setCookie(
'enabled', 'disabled',
'ok',
'on', 'off',
'true', 'false',
'true', 't', 'false', 'f',
'y', 'n',
'yes', 'no',
];
Expand Down

0 comments on commit 4ab1c36

Please sign in to comment.