thelounge/client/js
Damjan Georgievski cf1f24bff6 Allow The Lounge to be proxied behind a /path/ url
contains three small changes to use relative urls instead of absolute rooted at /

* favicons in index.html
* badge and pop sound in lounge.js
* the url for the socket.io endpoint

Typical use with nginx:

    location /path/ {
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_pass http://localhost:9000/;
    }

those trailing / are important.
2016-02-13 22:40:06 +01:00
..
libs Update name and link to repo to new project 2016-02-10 06:20:05 +00:00
libs.min.js Simply parse all 0-99 irc colors 2016-01-24 15:57:44 +02:00
lounge.js Allow The Lounge to be proxied behind a /path/ url 2016-02-13 22:40:06 +01:00
lounge.templates.js Rename client source and templates files to new project name 2016-02-10 05:40:53 +00:00