Fix bug with active tab remembering (saving cookie with different path)

This commit is contained in:
Dmitriy Zaporozhets 2015-03-06 01:41:29 -08:00
parent 06ad715e4c
commit 8b53d9efe6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class @ProjectShow
new Flash('Star toggle failed. Try again later.', 'alert')
$("a[data-toggle='tab']").on "shown.bs.tab", (e) ->
$.cookie "default_view", $(e.target).attr("href"), { expires: 30 }
$.cookie "default_view", $(e.target).attr("href"), { expires: 30, path: '/' }
defaultView = $.cookie("default_view")
if defaultView