web/data/cubicweb.ajax.js
branchstable
changeset 8191 eceaf9e21966
parent 7952 48330faf4cd7
child 8260 5a81fa526b30
child 8332 e7c008ebef74
--- a/web/data/cubicweb.ajax.js	Mon Jan 30 20:56:00 2012 +0100
+++ b/web/data/cubicweb.ajax.js	Thu Feb 02 17:59:52 2012 +0100
@@ -709,6 +709,7 @@
 function loadNow(eltsel, holesel, reloadable) {
     var lazydiv = jQuery(eltsel);
     var hole = lazydiv.children(holesel);
+    hole.show();
     if ((hole.length == 0) && ! reloadable) {
         /* the hole is already filed */
         return;