From 7c0062843f74c0cfea7bebb5fd8700a1f8691d15 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 23 Jan 2021 18:09:14 +0100 Subject: [PATCH] Add the loaded event on the accept all block --- tarteaucitron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tarteaucitron.js b/tarteaucitron.js index 687b76e..e90acaf 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -868,6 +868,7 @@ var tarteaucitron = { tarteaucitron.launch[key] = true; tarteaucitron.services[key].js(); + tarteaucitron.sendEvent(key + '_loaded'); } tarteaucitron.state[key] = status; tarteaucitron.cookie.create(key, status);