Project

General

Profile

Revision 972d73e4

ID972d73e41ee21b140210e53d4f662ae6af752607
Parent fed544e9
Child 55554459

Added by Francois POIROTTE over 13 years ago

Fin des corrections pour la compatibilité avec IE 7 (#270).

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

View differences:

vigiboard/public/js/tree.js
42 42
        if (data.children.length) {
43 43
            subfolder = new Jx.TreeFolder({
44 44
                label: data.name,
45
                data: data.idgroup,
46
                image: this.options.app_path+"images/map-list.png"
45
                data: data.idgroup
47 46
            });
48 47
        }
49 48
        else {
50 49
            subfolder = new Jx.TreeItem({
51 50
                label: data.name,
52
                data: data.idgroup,
53
                image: this.options.app_path+"images/map.png"
51
                data: data.idgroup
54 52
            });
55 53
        }
56 54

  

Also available in: Unified diff