Changeset 08521269 in sicp


Ignore:
Timestamp:
Jun 17, 2015, 3:17:36 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
a427697
Parents:
0000e70
Message:

modificación en los enlaces al plugin bootstrap-treeview, y actualización del plugin

Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • templates/base_footer.html

    ree58a5a r08521269  
    4545<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/extensions/TableTools/js/dataTables.tableTools.min.js' %}"></script>
    4646<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/media/js/dataTables.bootstrap.js' %}"></script>
    47 <script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/js/bootstrap-treeview.min.js' %}"></script>
     47<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/js/bootstrap-treeview.js' %}"></script>
    4848{# Scripts para las validaciones de formularios #}
    4949<script type="text/javascript" src="{% static 'js/plugins/jquery.validate/jquery.validate.min.js' %}"></script>
  • templates/base_head.html

    rff1d53e r08521269  
    1212    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/extensions/TableTools/css/dataTables.tableTools.css' %}">
    1313    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/media/css/dataTables.bootstrap.css' %}">
    14     <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/css/bootstrap-treeview.min.css' %}">
     14    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/css/bootstrap-treeview.css' %}">
    1515    {# Extra glyicons #}
    1616    <link rel="stylesheet" type="text/css" href="{% static 'plugins/font-awesome-4.3.0/css/font-awesome.min.css' %}">
Note: See TracChangeset for help on using the changeset viewer.