lovelle / jquery-chat

100% Javascript realtime chat like facebook/gmail web style built with jQuery + Node.js + Socket.IO
http://jquery-chat.net/
MIT License
306 stars 132 forks source link

Bug Git Clone #42

Closed HenriqueCRodrigues closed 7 years ago

HenriqueCRodrigues commented 7 years ago

I did the git clone, but on my local host the bootstrap is buggy Error Console:

GET http://localhost/jquery-chat/themes/smoothness/jquery-ui.min.css jquery-1.11.3.min.js:5

Image Error: http://imgur.com/a/Zxjb1 @lovelle help me

lovelle commented 7 years ago

This is because css styles are not loaded, please check your domain dns or if you have the link 'themes' to the folder 'jquery-ui-themes-1.10.4/themes/'

Not a bug.

Bye