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

@ -149,6 +149,8 @@ FORUM.Application_cl = Class.create({
setContent_p: function (newContent_opl, data_opl) {
if (this.content_o != null) {
if (this.content_o.canClose_px()) {
console.log(newContent_opl);
console.log(data_opl);
this.content_o.close_px();
this.content_o = newContent_opl;
this.content_o.render_px(data_opl);