web/data/cubicweb.rhythm.js
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 04 Oct 2010 16:58:34 +0200
changeset 6387 edbc53707bac
parent 5658 7b9553a9db65
permissions -rw-r--r--
new script cwuser_ldap2system used to migrate ldap users to system source based on work by adim.

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