Statistics
| Branch: | Tag: | Revision:

root / htdocs / site_media / js / check-cookie.js @ 64cd4730

History | View | Annotate | Download (110 Bytes)

1
$(document).ready(function(){
2
    if ($.cookie("_pithos2_a")) {
3
        $("body").addClass("auth");
4
    }
5
});