Changeset 4678c5e in OpenWorkouts-current for ow/static/js/ow.js


Ignore:
Timestamp:
Apr 23, 2019, 6:41:11 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
e57b2df
Parents:
9f3c353
Message:

(#71) Keep the "distance/time/elevation" filter when clicking on bars
in the profile yearly stats chart

File:
1 edited

Legend:

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

    r9f3c353 r4678c5e  
    403403                })
    404404                .on('click', function(d) {
    405                     window.location.href = d.url;
     405                    window.location.href = d.url+'&filter_by='+filter_by;
    406406                });
    407407
Note: See TracChangeset for help on using the changeset viewer.