Skip to content

Commit

Permalink
Update skin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Jul 19, 2024
1 parent 1a78c60 commit b8ca4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/js/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ function stateStuff(action, runState, newState) {
function logAjaxFail(jqxhr, textStatus, error) {
console.log("Request Failed: " + textStatus + ", " + error);
if ( ! jqxhr.responseText ) {
console.log("Ajax request failed. No responseText. jqxhr follows:", jqxhr);
console.log("Ajax request failed. No responseText. jqxhr follows:\n", jqxhr);
return;
}
var responseText = jqxhr.responseText.replace(/(<([^>]+)>)/gi, '').trim(); // strip any html or whitespace from the response
Expand Down

0 comments on commit b8ca4f2

Please sign in to comment.