Skip to content

Commit 7ae2945

Browse files
committed
[compliance-hub] dispatch event about consent changes
1 parent 40f16fd commit 7ae2945

File tree

1 file changed

+2
-0
lines changed
  • plugins/compliance-hub/api

1 file changed

+2
-0
lines changed

plugins/compliance-hub/api/api.js

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ var plugin = {},
8282
av: params.app_user.av || m._app_version,
8383
sc: params.app_user.sc || 0
8484
});
85+
86+
plugins.dispatch("/consent/change", changes);
8587
}
8688
}
8789
});

0 commit comments

Comments
 (0)