cyberFund / cyber.fund

:red_circle: Original version of the site where blockchains grow
https://cyber.fund
30 stars 16 forks source link

Fix "/rating" route and fix input animation in "Balance checker widget" #431

Closed Undeadlol1 closed 8 years ago

Undeadlol1 commented 8 years ago

About route problem: In development mode "/rating" route would throw error. It was generated because function could not get session value. And session value is usually not defined for new users and for unathorized users. This PR fixes it.