Browse Source

Add the loaded event on the accept all block

Amauri CHAMPEAUX 4 năm trước cách đây
mục cha
commit
7c0062843f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tarteaucitron.js

+ 1 - 0
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);