mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 03:13:45 +02:00
Typo
There was a typo in the console error. reqired to required
This commit is contained in:
@@ -30,7 +30,7 @@ var Server = (function () {
|
||||
}
|
||||
|
||||
if (typeof io !== 'function') {
|
||||
console.error('Socket.io is reqired to use this panel.');
|
||||
console.error('Socket.io is required to use this panel.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user