helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

Changes

Jump to navigation Jump to search

Widget:mainpage

43 bytes added, 15:11, 14 October 2019
Added document-ready wait functionality as the MediaWiki does not wait for DOM
}
RLQ.push(['jquery', function () {
$(document).ready(function() {
var serverSelection = getCookie ("serverSelection");
if (serverSelection == "") serverSelection = "cn";// This wiki is based on CN server
var firstHeading = document.getElementById("firstHeading");
}
changeServer (serverSelection);
});
}]);
</script>

Navigation menu