Project

General

Profile

Revision f419d747

IDf419d747a55b0eeb9c8341410ae33250cfa9a4b0
Parent 046c501b
Child 65a9ee16

Added by Vincent QUEMENER over 13 years ago

Le chargement du premier étage de l'arbre de recherche se fait désormais lors du clic, et non plus au chargement de la page.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6260 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/public/js/tree.js
98 98
    },
99 99

  
100 100
    selectGroup: function() {
101
        this.retrieve_tree_items(this.tree, true);
101 102
        this.dlg.open();
102 103
    },
103 104

  
104 105
    redraw: function() {
105 106
        this.tree.clear();
106
        this.retrieve_tree_items(this.tree, true);
107 107
    }
108 108
});

Also available in: Unified diff