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