- Joined
- Jan 7, 2005
- Messages
- 7,550
Yeah ^ another server hiccup ;/Ralle's evul hickup. All were disconnected. dat' evul moose lord
Lol this worst than mine... I join the chat.. there are many others too who is in the chat lobby..
But no one even said hi to me or even reply to my Hello Everyone! So i just go out in the chat lobby
Lol this worst than mine... I join the chat.. there are many others too who is in the chat lobby..
But no one even said hi to me or even reply to my Hello Everyone! So i just go out in the chat lobby
No one ever says hi to me either, they just throw sticks at me and tell me I'm ugly ;(
Lol this worst than mine... I join the chat.. there are many others too who is in the chat lobby..
But no one even said hi to me or even reply to my Hello Everyone! So i just go out in the chat lobby
It is called people cannot access the chat anymore. The javascript that runs it contains so many errors it stalls with IE11 during loading. I have just given up after trying a dozen odd times.
The errors given are a lot of missing members for stuff that sounds important so I would imagine it not working with those errors.
I know for a fact that IE11 is not the worst browser on the market, passing most internet standards tests very well (100% on various ACID tests). I find it strange that it should not work now where it used to work before.
function eventListener(el,ev,cl) {
try {el.addEventListener(ev,cl)}
catch(e) {el.attachEvent((ev.match(/^on/)?ev:"on"+ev),cl)}
}
eventListener(window, "load", function() {
alert("Derp.");
});