about summary refs log tree commit diff
path: root/scripts/main.js
AgeCommit message (Collapse)Author
2017-04-03Provide both URL-encoded and 'plain' JID from hash parserGeorg Lukas
2017-03-29URL-encoding: globals are evil, order mattersGeorg Lukas
2017-02-13Properly URL-encode the JID, needed for IRC transportsGeorg Lukas
2017-02-05Less text = betterGeorg Lukas
2017-01-18Select the XMPP URI when clickedAlex Jordan
2017-01-16Make the i18n stuff actually workAlex Jordan
They were kinda crashing the webpage before...
2017-01-16Don't initialize i18n until the document is loadedAlex Jordan
2017-01-16Fix client list getting injected twiceAlex Jordan
2017-01-16Use strict equality instead of loose equality operatorsAlex Jordan
2017-01-16Get rid of onload= in the HTMLAlex Jordan
2017-01-16Use strict modeAlex Jordan
2017-01-16Wrap the JS in a IIFEAlex Jordan
2017-01-16Add some missing semicolonsAlex Jordan
2017-01-16Move the JS into a separate fileAlex Jordan