feedback on first visit
This commit is contained in:
parent
9527a5def7
commit
d0d38aa2a3
@ -1829,6 +1829,10 @@ define([
|
||||
var proxy = getProxy();
|
||||
var network = getNetwork();
|
||||
|
||||
if (Object.keys(proxy).length === 1) {
|
||||
feedback("FIRST_APP_USE", true);
|
||||
}
|
||||
|
||||
if (typeof(window.Proxy) === 'undefined') {
|
||||
feedback("NO_PROXIES");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user