forked from Cavemanon/cavepaintings
js cookie expires
This commit is contained in:
@ -63,7 +63,7 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
}
|
||||
$.cookie("sidebar-hidden", sidebar_hidden.join("|"), {path: '/'});
|
||||
$.cookie("sidebar-hidden", sidebar_hidden.join("|"), {path: '/', expires: 365});
|
||||
})
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user