This commit is contained in:
darthsandmann
2016-12-15 13:52:05 +01:00
parent aa300044f6
commit 41af35a624
13 changed files with 30 additions and 371 deletions

View File

@ -216,10 +216,10 @@ class PPM
context: this
})
.done(function (json) {
console.log("JSON: ", json);
//console.log("JSON: ", json);
var result = this.TemplateManager_o.execute_px( template, json );
console.log("RESULT: ", result);
//console.log("RESULT: ", result);
//$( ".clContent" ).replaceWith(result);
$( ".clContent" ).empty();