mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
fix JS syntax error (using PHP concat operator in JS)
This commit is contained in:
@@ -55,7 +55,7 @@ $(document).ready(function () {
|
|||||||
console.error(jqXHR);
|
console.error(jqXHR);
|
||||||
swal({
|
swal({
|
||||||
title: 'Whoops!',
|
title: 'Whoops!',
|
||||||
text: 'An error occured while attempting to set the EULA as accepted: ' . jqXHR.responseJSON.error,
|
text: 'An error occurred while attempting to set the EULA as accepted: ' + jqXHR.responseJSON.error,
|
||||||
type: 'error'
|
type: 'error'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user