Changeset 731e6e9 in sicp for static


Ignore:
Timestamp:
Jun 12, 2015, 1:56:41 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
0183867
Parents:
6533fdf
Message:

agregada instrucción para asignar la vista de la cadena productiva en forma de árbol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/layout.js

    r26b76a6 r731e6e9  
    9696        $(".select2").select2({});
    9797    }
     98
     99    /**
     100     * @brief Instrucción que crea la cadena productiva en forma de árbol
     101     *
     102     * @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
     103     * @copyright GNU/GPLv2
     104     * @date 12-06-2015
     105     */
     106    if ($("#tree").length) {
     107        $("#tree").treeview({data: tree});
     108    }
    98109});
Note: See TracChangeset for help on using the changeset viewer.