mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Fixed code inspections, missing phpdocs and code standards.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var auth_outage_countdown = {
|
||||
timer: null,
|
||||
timer: 0,
|
||||
clienttime: Date.now(),
|
||||
siteadmin: false,
|
||||
init: function (countdown, siteadmin, redirectto) {
|
||||
|
||||
Reference in New Issue
Block a user