web/data/cubicweb.rhythm.js
changeset 5481 2236b2f57c67
parent 5480 2d5c46e78ae9
child 5658 7b9553a9db65
--- a/web/data/cubicweb.rhythm.js	Thu Apr 29 08:39:13 2010 +0200
+++ b/web/data/cubicweb.rhythm.js	Thu Apr 29 08:39:13 2010 +0200
@@ -1,6 +1,7 @@
 $(document).ready(function() {
     $('a.rhythm').click(function (event){
         $('div#pageContent').toggleClass('rhythm_bg');
+        $('div#page').toggleClass('rhythm_bg');
 	event.preventDefault();
 	});
     });