equal
deleted
inserted
replaced
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) { |