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
1 changed files with 1 additions and 1 deletions

View File

@ -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
});