diff -r c52124b7a00e -r 6ba3587c5cda web/data/cubicweb.htmlhelpers.js --- a/web/data/cubicweb.htmlhelpers.js Thu Apr 29 08:39:13 2010 +0200 +++ b/web/data/cubicweb.htmlhelpers.js Wed May 05 18:19:56 2010 +0200 @@ -164,7 +164,7 @@ } } -//jQuery(document).ready(function () {roundedCorners(this.body);}); +jQuery(document).ready(function () {roundedCorners(this.body);}); CubicWeb.provide('corners.js');