Changeset 1183d5a in OpenWorkouts-current for ow/static/js/ow.js


Ignore:
Timestamp:
Jan 31, 2019, 3:25:08 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
3357e47
Parents:
ed7e9d7 (diff), dbfab70 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged patches from darcs

File:
1 edited

Legend:

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

    red7e9d7 r1183d5a  
    335335                        select_x_axis_label(d).attr('style', "font-weight: regular;");
    336336                    }
     337                })
     338                .on('click', function(d) {
     339                    window.location.href = d.url;
    337340                });
    338341
Note: See TracChangeset for help on using the changeset viewer.