Issue #162: Repository menu is not clickable (conservancy/kallithea)

Encolpe Degoute issues-reply at bitbucket.org
Wed Oct 7 12:35:47 UTC 2015


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




More information about the kallithea-general mailing list