Update tarteaucitron.js
This commit is contained in:
parent
a7c96955e8
commit
4f7f2be078
|
|
@ -594,7 +594,7 @@ var tarteaucitron = {
|
||||||
if (tarteaucitron.launch[service.key] !== true) {
|
if (tarteaucitron.launch[service.key] !== true) {
|
||||||
tarteaucitron.launch[service.key] = true;
|
tarteaucitron.launch[service.key] = true;
|
||||||
service.js();
|
service.js();
|
||||||
this.sendEvent(service.key + '_loaded');
|
tarteaucitron.sendEvent(service.key + '_loaded');
|
||||||
}
|
}
|
||||||
tarteaucitron.state[service.key] = true;
|
tarteaucitron.state[service.key] = true;
|
||||||
tarteaucitron.userInterface.color(service.key, true);
|
tarteaucitron.userInterface.color(service.key, true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue