PPM2: select

This commit is contained in:
darthsandmann
2016-12-12 22:20:21 +01:00
parent f0db62320a
commit 1b35f02647
141 changed files with 3986 additions and 1313 deletions

View File

@ -41,6 +41,8 @@ TELIB.TemplateManager_cl = Class.create({
},
execute_px: function (name_spl, data_opl) {
var compiled_o = null;
console.log(this.compiled_o);
console.log(this.templates_o);
if (name_spl in this.compiled_o) {
compiled_o = this.compiled_o[name_spl];
} else {