mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
Update snapshot.js
This commit is contained in:
parent
e9edf01a34
commit
e6be838e79
1 changed files with 7 additions and 0 deletions
|
@ -504,8 +504,15 @@ function takeSnapshot() {
|
||||||
Window.takeSnapshot(false, includeAnimated, 1.91);
|
Window.takeSnapshot(false, includeAnimated, 1.91);
|
||||||
}, SNAPSHOT_DELAY);
|
}, SNAPSHOT_DELAY);
|
||||||
}, FINISH_SOUND_DELAY);
|
}, FINISH_SOUND_DELAY);
|
||||||
|
UserActivityLogger.logAction("snapshot_taken", logDetails());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function logDetails() {
|
||||||
|
return {
|
||||||
|
current_domain: location.href
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
function isDomainOpen(id, callback) {
|
function isDomainOpen(id, callback) {
|
||||||
print("Checking open status of domain with ID:", id);
|
print("Checking open status of domain with ID:", id);
|
||||||
var status = false;
|
var status = false;
|
||||||
|
|
Loading…
Reference in a new issue