From: Anthony Minessale Date: Tue, 17 Feb 2015 20:25:03 +0000 (-0600) Subject: FS-7509: default local video cookie to false X-Git-Tag: v1.6.2~614^2~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e093da0dd774f16ba05e4c64fd5ad2b19041f41;p=thirdparty%2Ffreeswitch.git FS-7509: default local video cookie to false --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index e1bbb68d77..edff3848e9 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -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 });