web/data/cubicweb.rhythm.js
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 May 2013 11:41:39 +0200
branchstable
changeset 8993 82ffa4b68c9e
parent 5658 7b9553a9db65
permissions -rw-r--r--
[server] fix documentation of ZMQ options harder The syntax for zmq addresses is tcp://host:port, no zmqpickle involved.

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