web/data/cubicweb.ajax.js
branchtls-sprint
changeset 985 6a25c58a1c23
parent 642 2cf7b79d8e77
parent 955 3017a858bbc2
child 1263 01152fffd593
equal deleted inserted replaced
984:536e421b082b 985:6a25c58a1c23
    32     if (typeof initFacetBoxEvents != 'undefined') {
    32     if (typeof initFacetBoxEvents != 'undefined') {
    33 	initFacetBoxEvents(node);
    33 	initFacetBoxEvents(node);
    34     }
    34     }
    35     if (typeof buildWidgets != 'undefined') {
    35     if (typeof buildWidgets != 'undefined') {
    36 	buildWidgets(node);
    36 	buildWidgets(node);
       
    37     }
       
    38     if (typeof roundedCornersOnLoad != 'undefined') {
       
    39 	roundedCornersOnLoad();
    37     }
    40     }
    38 }
    41 }
    39 
    42 
    40 // cubicweb loadxhtml plugin to make jquery handle xhtml response
    43 // cubicweb loadxhtml plugin to make jquery handle xhtml response
    41 jQuery.fn.loadxhtml = function(url, data, reqtype, mode) {
    44 jQuery.fn.loadxhtml = function(url, data, reqtype, mode) {