web/data/cubicweb.facets.js
changeset 7300 4058ed1e3bc2
parent 7282 f2dbac46031e
child 7604 1eb6090311ff
equal deleted inserted replaced
7299:24055a2b63b1 7300:4058ed1e3bc2
   280     jQuery('#facetLoading').hide();
   280     jQuery('#facetLoading').hide();
   281 }
   281 }
   282 
   282 
   283 jQuery(document).ready(function () {
   283 jQuery(document).ready(function () {
   284     if (jQuery('div.facetBody').length) {
   284     if (jQuery('div.facetBody').length) {
   285     document.body.appendChild(DIV({id:'facetLoading'},
   285         var $loadingDiv = $(DIV({id:'facetLoading'},
   286         IMG({src: baseuri() + 'data/facet-loading.png'})));
   286                                 facetLoadingMsg));
       
   287         $loadingDiv.corner();
       
   288         $('body').append($loadingDiv);
   287     }
   289     }
   288 });
   290 });