Changeset 8af3272 in OpenWorkouts-current


Ignore:
Timestamp:
Jan 15, 2019, 10:17:49 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
0be1b0d
Parents:
0c18869
Message:

A bit of clean up in the workout details page, removed temporary code

tested while looking for a better solution for the elevation/hr/cad/etc
charts.

Location:
ow
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ow/static/js/ow.js

    r0c18869 r8af3272  
    7373
    7474        var ele_container = elevation.addTo(map);
    75         document.getElementById('ow-analysis').appendChild(
    76             ele_container._container);
     75        /* document.getElementById('ow-analysis').appendChild(
     76            ele_container._container); */
    7777    };
    7878
  • ow/templates/workout.pt

    r0c18869 r8af3272  
    1818    <link rel="stylesheet" tal:condition="context.has_gpx"
    1919          href="${request.static_url('ow:static/components/Leaflet.Elevation/dist/leaflet.elevation-0.0.4.css')}" />
    20 
    21     <!--!
    22     <link rel="stylesheet" tal:condition="context.has_gpx"
    23           href="${request.static_url('ow:static/leaflet-elevation/leaflet.elevation.css')}" />
    24 
    25     <link rel="stylesheet" tal:condition="context.has_gpx"
    26           href="${request.static_url('ow:static/leaflet-openworkouts/leaflet.openworkouts.css')}" />
    27     -->
    28 
    2920  </metal:css>
    3021
     
    149140            tal:condition="context.has_gpx"></script>
    150141
    151     <!--!
    152     <script src="${request.static_url('ow:static/leaflet-elevation/leaflet.elevation.min.js')}"
    153             tal:condition="context.has_gpx"></script>
    154     <script src="${request.static_url('ow:static/leaflet-openworkouts/leaflet.openworkouts.src.js')}"
    155             tal:condition="context.has_gpx"></script>
    156     -->
    157142    <script src="${request.static_url('ow:static/js/ow.js')}"
    158143            tal:condition="context.has_gpx"></script>
Note: See TracChangeset for help on using the changeset viewer.