web/data/cubicweb.htmlhelpers.js
changeset 9379 b0b1148b6963
parent 9259 68cde7431c2c
child 9700 da7d341cca76
child 9814 faf0511ac181
--- a/web/data/cubicweb.htmlhelpers.js	Mon Nov 04 16:06:06 2013 +0100
+++ b/web/data/cubicweb.htmlhelpers.js	Tue Dec 17 10:49:17 2013 +0100
@@ -195,19 +195,4 @@
         }
     }
 }
-//============= page loading events ==========================================//
-cw.rounded = [['div.sideBoxBody', 'bottom 6px'],
-              ['div.boxTitle, div.sideBoxTitle, th.month', 'top 6px']];
 
-function roundedCorners(node) {
-    if (jQuery.fn.corner !== undefined) {
-        node = jQuery(node);
-        for (var r = 0; r < cw.rounded.length; r++) {
-            node.find(cw.rounded[r][0]).corner(cw.rounded[r][1]);
-        }
-    }
-}
-
-jQuery(document).ready(function() {
-    roundedCorners(this.body);
-});