Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HousebirdGames committed Feb 12, 2024
1 parent 6bf5647 commit 37f7af7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions root_EXAMPLE/everywhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ window.hook('get-cookies-list', async function () {
// Let's add some default cookies to the list.

let cookies = [
'storageAcknoledgement',
'storageAcknowledgement',
'lastUpdateNote',
'PHPSESSID'
];
Expand Down Expand Up @@ -138,8 +138,8 @@ window.hook('get-spa-excluded-links', async function () {
return excludedRoutes;
});

window.hook('get-storage-acknoledgement-popup-content', async function () {
// Let's add some content to the storage acknoledgement popup.
window.hook('get-storage-acknowledgement-popup-content', async function () {
// Let's add some content to the storage acknowledgement popup.

const content = `
<h1>Welcome!</h1>
Expand Down
2 changes: 1 addition & 1 deletion root_EXAMPLE/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ footer {
margin-left: 0.4rem;
}

#storageAcknoledgementButtonRow,
#storageAcknowledgementButtonRow,
#updateNotesButtonsContainer {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 37f7af7

Please sign in to comment.