All public logs
From IdleOn MMO Wiki
Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:30, 22 May 2024 Nads talk contribs created page MediaWiki:Gadget-countdown-timer.js (Created page with "jshint esversion: 6: $(() => { const timers = [] class CountdownTimer { constructor($elem) { this.$elem = $elem; // TODO Query the element for the expiration time. this.expiration = Date.now() + (90 * 1000); } tick() { const time = Math.floor((this.expiration - Date.now()) / 1000); const s = time % 60; const m = Math.floor(time / 60) % 60; const h = Math.floor(time / 3600) % 24; const d = Math.floor(time / 86400); l...")