mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +02:00
Merge pull request #10848 from highfidelity/snapshot.js_modify
Update snapshot.js
This commit is contained in:
commit
c81211edef
1 changed files with 2 additions and 1 deletions
|
@ -504,8 +504,9 @@ 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("snaphshot_taken", { location: 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