Changes in ow/static/js/ow.js [bd8eeb4:dbfab70] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

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

    rbd8eeb4 rdbfab70  
    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.