1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

FS-7509: default local video cookie to false

This commit is contained in:
Anthony Minessale 2015-02-17 14:25:03 -06:00 committed by Michael Jerris
parent 863e6c8b79
commit 3e093da0dd

@ -735,7 +735,7 @@ function init() {
});
tmp = $.cookie("verto_demo_local_video_checked") || "true";
tmp = $.cookie("verto_demo_local_video_checked") || "false";
$.cookie("verto_demo_local_video_checked", tmp, {
expires: 365
});