kb bug fix

This commit is contained in:
Rushabh Mehta
2012-04-23 10:31:29 +05:30
parent 561a509449
commit f4a8c87db5
5 changed files with 7 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript.onload_questions = function(wrapper) {
console.log(1);
body = $(wrapper).find('.layout-main-section').get(0);
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));