This commit is contained in:
mykola2312 2024-03-09 14:58:18 +02:00
parent 90060f19c9
commit 771b8f091c

View file

@ -145,7 +145,7 @@ var pd = {
}).then(
function (data) {
console.log(data);
$(this)[0].innerHTML = data.data.stylesheet;
$(this)[0].innerHTML = JSON.parse(data.data.stylesheet);
$("#pd__central").show();
},
function () {