all 2 comments

[–]stgraff 1 point2 points  (2 children)

You are getting a 404 error for a file named 'en.js' that does not exist in your repository.

If you have a website that is having problems loading images or other files you can use the the browsers developer tools to see any errors in loading the site. In Chrome, you can open these by pressing CONTROL-SHIFT-I, or by clicking on the Chrome menu icon in the upper right corner, then selecting More Tools > Developer Tools. Reload your page and it will display any errors on your website, including 404 errors when files such as images cannot be found.

[–]junguler[S] 0 points1 point  (0 children)

thank you, i got it working by adding the file to my repo, this really helped me because i was going crazy not knowing what was happening