Skip to content
Snippets Groups Projects
Commit d4de3ca0 authored by Fatih Acet's avatar Fatih Acet
Browse files

Set cookie path for cycle analytics cookie.

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