web/data/cubicweb.ajax.js
changeset 955 3017a858bbc2
parent 540 e5c97f6f119d
child 985 6a25c58a1c23
child 1077 fe26a0cda180
equal deleted inserted replaced
954:e1cced83c169 955:3017a858bbc2
    21     if (typeof initFacetBoxEvents != 'undefined') {
    21     if (typeof initFacetBoxEvents != 'undefined') {
    22 	initFacetBoxEvents(node);
    22 	initFacetBoxEvents(node);
    23     }
    23     }
    24     if (typeof buildWidgets != 'undefined') {
    24     if (typeof buildWidgets != 'undefined') {
    25 	buildWidgets(node);
    25 	buildWidgets(node);
       
    26     }
       
    27     if (typeof roundedCornersOnLoad != 'undefined') {
       
    28 	roundedCornersOnLoad();
    26     }
    29     }
    27 }
    30 }
    28 
    31 
    29 // cubicweb loadxhtml plugin to make jquery handle xhtml response
    32 // cubicweb loadxhtml plugin to make jquery handle xhtml response
    30 jQuery.fn.loadxhtml = function(url, data, reqtype, mode) {
    33 jQuery.fn.loadxhtml = function(url, data, reqtype, mode) {