web/data/cubicweb.rhythm.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 23 Mar 2011 11:35:41 +0100
branchstable
changeset 7099 ee9f1e1890e0
parent 5658 7b9553a9db65
permissions -rw-r--r--
[doc] fix urls pointing to repositories and download sites

$(document).ready(function() {
    $('a.rhythm').click(function (event){
        $('div#pageContent').toggleClass('rhythm_bg');
        $('div#page').toggleClass('rhythm_bg');
        event.preventDefault();
    });
});