mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Log script start-up
This commit is contained in:
parent
4581b9a0df
commit
a68ee02e8d
1 changed files with 2 additions and 0 deletions
|
@ -647,6 +647,8 @@
|
||||||
|
|
||||||
isConnected = Window.location.isConnected;
|
isConnected = Window.location.isConnected;
|
||||||
Script.update.connect(onUpdate);
|
Script.update.connect(onUpdate);
|
||||||
|
|
||||||
|
UserActivityLogger.logAction("record_run_script");
|
||||||
}
|
}
|
||||||
|
|
||||||
function tearDown() {
|
function tearDown() {
|
||||||
|
|
Loading…
Reference in a new issue