--- a/web/data/cubicweb.facets.js Mon Nov 04 16:06:06 2013 +0100
+++ b/web/data/cubicweb.facets.js Tue Dec 17 10:49:17 2013 +0100
@@ -169,7 +169,6 @@
if ($('#'+divid).length) {
var $loadingDiv = $(DIV({id:'facetLoading'},
facetLoadingMsg));
- $loadingDiv.corner();
$($('#'+divid).get(0).parentNode).append($loadingDiv);
}
form.find('div.facet').each(function() {
@@ -327,7 +326,6 @@
if ($('div.facetBody').length) {
var $loadingDiv = $(DIV({id:'facetLoading'},
facetLoadingMsg));
- $loadingDiv.corner();
$('body').append($loadingDiv);
}
});