default the stun box to true in verto

This commit is contained in:
Anthony Minessale 2014-10-21 15:56:10 -04:00
parent a72c1a7e73
commit 8e473c3c89
1 changed files with 1 additions and 1 deletions

View File

@ -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, {
expires: 365
});