added app frame to todo list

This commit is contained in:
Anand Doshi
2012-07-09 12:34:02 +05:30
parent 95a822c701
commit c6fce634cf
5 changed files with 19 additions and 18 deletions

View File

@@ -14,8 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript.onload_questions = function(wrapper) {
console.log(1);
pscript.onload_questions = function(wrapper) {
body = $(wrapper).find('.layout-main-section').get(0);
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));