From 112d04aa86d1083b21144d461a042c475ebbda3d Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Wed, 18 Sep 2024 11:38:24 +0100 Subject: [PATCH] Missing this. --- resources/js/cookiepanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/cookiepanel.js b/resources/js/cookiepanel.js index 05a9e68..8e990cd 100644 --- a/resources/js/cookiepanel.js +++ b/resources/js/cookiepanel.js @@ -81,7 +81,7 @@ } } - updateConsentSettings(selectedCategories); + this.updateConsentSettings(selectedCategories); if (autoClose) { this.close();