Revision 6caef1a3

b/ui/static/synnefo.js
1635 1635

  
1636 1636
    // stats container is hidden
1637 1637
    // do not update the stats
1638
    if (!els.cont.is(":visible")) {
1638
    if (els.cont.length == 0 || !els.cont.is(":visible")) {
1639 1639
        clear = true;
1640 1640
    }
1641 1641
    

Also available in: Unified diff