itkach / aard2-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files favicon.ico and styleswitcher.js are missing

MonadMonAmi opened this issue · comments

I'd repair javascript error by added missing files to repository, its was
extracted from jar-file.
But I have no permissions to send pool request. I commit to new local branch and try to create pull request, but official Github client says "You have no permission to push your changes to this repository". Maybe I do something wrong? I'm novice at Github and would try to work in other Aard repositories.
1

I'd repair javascript error by added missing files to repository, its was
extracted from jar-file.

I am not sure what problem are you trying to solve. favicon.ico and styleswitcher.js are in aard2-web jar file and are served just fine. These resources come from slobber.

But I have no permissions to send pool request.

It looks like you are are trying to push your changes to my repository (hence no permission). You should have cloned it and pushed changes to your repository and then you'd be able to create pull request.

You may want to familiarize yourself with git command line interface - UI front-ends may be handy but they also tend to obscure what's going on.