mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-7509: default local video cookie to false
This commit is contained in:
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, {
|
$.cookie("verto_demo_local_video_checked", tmp, {
|
||||||
expires: 365
|
expires: 365
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user