Update tarteaucitron.js

This commit is contained in:
Amauri CHAMPEAUX 2019-10-29 17:00:33 +01:00 committed by GitHub
parent a7c96955e8
commit 4f7f2be078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ var tarteaucitron = {
if (tarteaucitron.launch[service.key] !== true) {
tarteaucitron.launch[service.key] = true;
service.js();
this.sendEvent(service.key + '_loaded');
tarteaucitron.sendEvent(service.key + '_loaded');
}
tarteaucitron.state[service.key] = true;
tarteaucitron.userInterface.color(service.key, true);