Skip to content

Commit 681725a

Browse files
authored
Merge pull request #4 from thoughtco/fix/provide-update-consent-function
Missing this.
2 parents c09917d + 112d04a commit 681725a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/cookiepanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}
8282
}
8383

84-
updateConsentSettings(selectedCategories);
84+
this.updateConsentSettings(selectedCategories);
8585

8686
if (autoClose) {
8787
this.close();

0 commit comments

Comments
 (0)