Skip to content

Commit

Permalink
Add accept/reject to local-storage (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed May 10, 2024
1 parent 809a57a commit 363ad67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,8 @@ function setLocalStorageItemFn(
'false', 'true',
'on', 'off',
'yes', 'no',
'accept', 'reject',
'accepted', 'rejected',
'{}', '[]', '""',
'$remove$',
];
Expand Down

0 comments on commit 363ad67

Please sign in to comment.