username-availability-checker icon indicating copy to clipboard operation
username-availability-checker copied to clipboard

Move Javascript in html files to separate file

Open kx-chen opened this issue 6 years ago • 1 comments

Currently, the Javascript in status.html takes up a good amount of the file. As we add more features to the site, this size will inevitably grow. Move the Javascript out of the script tags and into a separate file. Preferably using whatever tools Flask offers to serve Javascript.

Could possibly be a 'low' difficulty issue.

kx-chen avatar Oct 29 '18 06:10 kx-chen

Hello, I've been working on this for GCI.

jakethakur avatar Oct 31 '18 07:10 jakethakur