mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-14 19:14:18 +00:00
default the stun box to true in verto
This commit is contained in:
parent
a72c1a7e73
commit
8e473c3c89
@ -448,7 +448,7 @@ function init() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
tmp = $.cookie("verto_demo_stun_checked") || "false";
|
tmp = $.cookie("verto_demo_stun_checked") || "true";
|
||||||
$.cookie("verto_demo_stun_checked", tmp, {
|
$.cookie("verto_demo_stun_checked", tmp, {
|
||||||
expires: 365
|
expires: 365
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user