From 37f7af743c9ae7b7d2e07a05d198c75ffadc9dfb Mon Sep 17 00:00:00 2001 From: "Felix T. Vogel" Date: Mon, 12 Feb 2024 16:00:44 +0100 Subject: [PATCH] Fixed typos --- root_EXAMPLE/everywhere.js | 6 +++--- root_EXAMPLE/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/root_EXAMPLE/everywhere.js b/root_EXAMPLE/everywhere.js index 219678c..3d143f0 100644 --- a/root_EXAMPLE/everywhere.js +++ b/root_EXAMPLE/everywhere.js @@ -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' ]; @@ -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 = `

Welcome!

diff --git a/root_EXAMPLE/style.css b/root_EXAMPLE/style.css index e8e5894..bb62713 100644 --- a/root_EXAMPLE/style.css +++ b/root_EXAMPLE/style.css @@ -87,7 +87,7 @@ footer { margin-left: 0.4rem; } -#storageAcknoledgementButtonRow, +#storageAcknowledgementButtonRow, #updateNotesButtonsContainer { display: flex; flex-direction: row;