catmanjan / anutimetable

Intuitive timetable builder for the Australian National University.
http://www.anutimetable.com/
58 stars 35 forks source link

Remove the Load data from .json button #27

Closed catmanjan closed 8 years ago

catmanjan commented 8 years ago

With the new scraper working great, people shouldn't need to load their own JSON

The button should be removed as it will just confuse non-tech savvy users

samyex6 commented 8 years ago

Load JSON button is mainly designed for offline usage, maybe just hide it by default, show it when $.get request failed (see the newest commit for effects by changing the file path in $.get to whatever)?