CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
17 stars 7 forks source link

remove redundant code in util.js #359

Open techieshark opened 6 years ago

techieshark commented 6 years ago

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!)