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

Set cookie path for cycle analytics cookie.

Former-commit-id: d4de3ca0
parent 7928f6b6
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