This is preventing me from viewing running servers on the new games page, so hopefully it will be fixed soon.
There is no [tt]data-is-user-authenticated[/tt] attribute of [tt]#rbx-vip-servers[/tt], so I’m getting the following JavaScript error:
--> Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
Line 30 of PrivateServer.js:
var isUserAuthenticated = $("#rbx-vip-servers").attr("data-is-user-authenticated").toLowerCase() === "true";
And here’s what [tt]#rbx-vip-servers[/tt] looks like:
<div id="rbx-vip-servers" class="container-list">
...