school-finder icon indicating copy to clipboard operation
school-finder copied to clipboard

remove redundant code in util.js

Open techieshark opened this issue 6 years ago • 0 comments

Somehow one of the commits snuck in this redundant line:

  Handlebars.registerHelper('search_radius', function () {
    return app.config.searchRadius / 1000 + ' km';
  });

That can be removed. (Thanks South Australia for catching that!)

techieshark avatar Nov 21 '17 01:11 techieshark