New theme assigned to server console page.
This commit is contained in:
parent
4cc9f7447c
commit
c7f3bb5112
8 changed files with 390 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
$(window).load(function () {
|
||||
socket.on('console', function (data) {
|
||||
Socket.on('console', function (data) {
|
||||
if (data.line.indexOf('You need to agree to the EULA in order to run the server') > -1) {
|
||||
swal({
|
||||
title: 'EULA Acceptance',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue