sam686 on Current Players
Servers Online: 10
Current Players: sam686, Zapgamer!,
That is what the current players list shown above the forums looks like in my browser. WTF? Why only sam686?
watusimoto wrote:If you look at http://bitfighter.org/statusWidget.htm, you'll see that the code is fixed there, [...]
Well... I think it's fixed, except for dbuck's name which maybe killing the whole display...
//Currently, wrong?
$("#widgetOutput").append(data.players[i]).replace(/&/g,"&").replace(/</g,"<");
//right
$("#widgetOutput").append(data.players[i].replace(/&/g,"&").replace(/</g,"<"));
//wrong order, < becomes &lt;
$("#widgetOutput").append(data.players[i].replace(/</g,"<").replace(/&/g,"&"));
Return to Technical Discussion
Users browsing this forum: Google [Bot] and 3 guests