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(
|
||||
function (data) {
|
||||
console.log(data);
|
||||
$(this)[0].innerHTML = data.data.stylesheet;
|
||||
$(this)[0].innerHTML = JSON.parse(data.data.stylesheet);
|
||||
$("#pd__central").show();
|
||||
},
|
||||
function () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue