summaryrefslogtreecommitdiff
path: root/skins/foreground/assets/scripts/tmw.js
blob: c363c7e751e7afff9967058b87217c5f6d4b618d (plain) (blame)
1
2
var serverStatus = "<div class='body'><iframe src='https://server.themanaworld.org/status.php' width='150' height='30' frameborder='0' scrolling='no'></iframe></div>";
document.getElementById('p-server_status').innerHTML = serverStatus;