This commit is contained in:
mykola2312 2024-03-09 14:51:09 +02:00
parent 54eb71f4a2
commit 90060f19c9

View file

@ -144,6 +144,7 @@ var pd = {
context: $("#pd__style"), context: $("#pd__style"),
}).then( }).then(
function (data) { function (data) {
console.log(data);
$(this)[0].innerHTML = data.data.stylesheet; $(this)[0].innerHTML = data.data.stylesheet;
$("#pd__central").show(); $("#pd__central").show();
}, },