gtfs-data-manager icon indicating copy to clipboard operation
gtfs-data-manager copied to clipboard

abolish window.alert

Open mattwigway opened this issue 10 years ago • 0 comments

Use of window.alert generally indicates a) debug code or b) code from 1995. We don't want to be associated with that, so we should remove it.

login-route/login-route.js
34:     alert('Log in failed');

autologin-route/autologin-route.js
25:            alert('Invalid key');

mattwigway avatar Oct 20 '14 22:10 mattwigway