Skip to content

Commit

Permalink
Merge pull request #4 from thoughtco/fix/provide-update-consent-function
Browse files Browse the repository at this point in the history
Missing this.
  • Loading branch information
ryanmitchell authored Sep 18, 2024
2 parents c09917d + 112d04a commit 681725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/cookiepanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
}

updateConsentSettings(selectedCategories);
this.updateConsentSettings(selectedCategories);

if (autoClose) {
this.close();
Expand Down

0 comments on commit 681725a

Please sign in to comment.