mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -04:00
fix send_gate_exit
This commit is contained in:
parent
4885e68142
commit
5b07b58ced
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ func send_search_press(url: String) -> void:
|
|||
|
||||
|
||||
func send_gate_open(url: String) -> void:
|
||||
if not gate_url.is_empty(): send_gate_exit()
|
||||
|
||||
gate_url = url
|
||||
gate_open_time = int(Time.get_ticks_msec() / 1000)
|
||||
analytics.send_event(AnalyticsEvents.gate_open(url))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue