fix
This commit is contained in:
parent
90060f19c9
commit
771b8f091c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ var pd = {
|
||||||
}).then(
|
}).then(
|
||||||
function (data) {
|
function (data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
$(this)[0].innerHTML = data.data.stylesheet;
|
$(this)[0].innerHTML = JSON.parse(data.data.stylesheet);
|
||||||
$("#pd__central").show();
|
$("#pd__central").show();
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue