Skip to content

Commit

Permalink
Add Approved/disapproved
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed May 14, 2024
1 parent e03f1a6 commit f60bf28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3771,6 +3771,7 @@ function setCookie(
'true', 't', 'false', 'f',
'yes', 'y', 'no', 'n',
'necessary', 'required',
'approved', 'disapproved',
];
const normalized = value.toLowerCase();
const match = /^("?)(.+)\1$/.exec(normalized);
Expand Down

0 comments on commit f60bf28

Please sign in to comment.