소스 검색

Add the loaded event on the accept all block

Amauri CHAMPEAUX 4 년 전
부모
커밋
7c0062843f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);