New issue 162: Repository menu is not clickable
https://bitbucket.org/conservancy/kallithea/issues/162/repository-menu-is-not-clickable

Encolpe Degoute:

Hello,

Since the upgrade to 0.3 clicking on a repository name in the repositories menu 
does nothing except an error in the javascript console:

> TypeError: pyroutes is undefined

The relevant code is:

```
#!javascript

window.location = pyroutes.url('summary_home', {'repo_name': e.val});
```

I tried to clear the browser cache and restart the service without any success.

Regards


_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to