js cookie expires

This commit is contained in:
Shish
2012-03-22 16:28:57 +00:00
parent cfe0547755
commit f993b3c19d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ $(document).ready(function() {
}
}
}
$.cookie("sidebar-hidden", sidebar_hidden.join("|"), {path: '/'});
$.cookie("sidebar-hidden", sidebar_hidden.join("|"), {path: '/', expires: 365});
})
});