# HG changeset patch
# User sylvain.thenault@logilab.fr
# Date 1235573684 -3600
# Node ID 3017a858bbc269cb5fe1ae5a643c295d7e80c6d4
# Parent  e1cced83c1693a0a0d9c0b1b17f3216625faa9b6
round corders on ajax loads

diff -r e1cced83c169 -r 3017a858bbc2 web/data/cubicweb.ajax.js
--- a/web/data/cubicweb.ajax.js	Wed Feb 25 11:03:22 2009 +0100
+++ b/web/data/cubicweb.ajax.js	Wed Feb 25 15:54:44 2009 +0100
@@ -24,6 +24,9 @@
     if (typeof buildWidgets != 'undefined') {
 	buildWidgets(node);
     }
+    if (typeof roundedCornersOnLoad != 'undefined') {
+	roundedCornersOnLoad();
+    }
 }
 
 // cubicweb loadxhtml plugin to make jquery handle xhtml response