Closed jakethakur closed 2 years ago
Hey Jake. You can click on detail to check the build log for travis for your particular PR. Check it out here: https://travis-ci.org/manu-chroma/username-availability-checker/builds/449037018?utm_source=github_status&utm_medium=notification for the current failing build.
Also, try testing your changes locally. That might help you in knowing what might have gone wrong (apart from the logs)
OK, I believe it was just that I left some trailing whitespace (though the log is fairly verbose so I might have missed something else further down).
I kind of agree. The log went just too verbose on failure. Some of the initial stuff was not very useful as such. Maybe we can do something about that later.
Great, thank you for your help!
I will let someone else have a look too, before I merge this one!
OK, that should have fixed it :)
We have to consider something like this: https://stackoverflow.com/questions/37259740/passing-variables-from-flask-to-javascript/37260465
or maybe a better solution for js file to have that config.
I've got a solution that's similiar to @manu-chroma 's suggestion. Can submit PR if you'd like. My thoughts are that it should be addressed in a different issue/pr, as it is a bit out of the scope of this task.
how to answer this question? im new
Moves the javascript in status.html to a new status.js file.
Closes #123