PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
customize
$.manage('apps.general', '', { init : function() { var that = this; if(this.inited) return; this.edit = new ConfigEdit(this.element); this.edit.init(); this.inited = true; }, save : function() { this.edit.save(); } });
[+]
..
[-] color.js
[edit]
[-] skin.js
[edit]
[-] general.js
[edit]