Commit d4de3ca0 authored by Fatih Acet's avatar Fatih Acet

Set cookie path for cycle analytics cookie.

parent bfbd81a8
......@@ -69,7 +69,9 @@
dismissLanding() {
store.isHelpDismissed = true;
$.cookie(COOKIE_NAME, true);
$.cookie(COOKIE_NAME, true, {
path: gon.relative_url_root || '/'
});
}
initDropdown() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment