joelmoss / strano

Capistrano and Github sittin' in a tree...
http://developwithstyle.com
MIT License
579 stars 70 forks source link

Fix JS getProject() being called on every pages #24

Open goodtouch opened 11 years ago

goodtouch commented 11 years ago

It seems that getProject() was not intended to be called on every page but only on projects/:id (?) (using the location property, makes it query invalid pages like /project/1/jobs/new/deploy.json when called on all pages)