practice
practice copied to clipboard
The Practice App
to clarify reusability
Clicking "Dribbble" from the homepage displays an empty page with only a "No thanks" and a "Yes, I'll do it" button. Opening the console reveals that the call to the...
Currently each page handler (`random`, `dribble`, `github`) is called on every page. This can lead to bugs (and [did](https://github.com/tevko/practice/issues/33) [so](https://github.com/tevko/practice/pull/32#issuecomment-126853676) in the past) because some handlers may not work on...
Leave your suggestion as a comment!
When an issue overflows vertically, you have to click and drag the scrollbar to see the rest of it. I believe this is an issue [jquery-mousewheel](https://github.com/brandonaaron/jquery-mousewheel) will solve. In fact,...