fix JS syntax error (using PHP concat operator in JS)

This commit is contained in:
ayan4m1 2018-09-15 21:42:24 -04:00
parent 8b61175c3b
commit 561b3dd1e7

View File

@ -55,7 +55,7 @@ $(document).ready(function () {
console.error(jqXHR);
swal({
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'
})
});