From 8e3ef20948298939e3b50eb6488f75a35b5414ea Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 24 Dec 2012 18:17:36 +0530 Subject: [PATCH] fix in user.js --- public/js/wn/misc/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/wn/misc/user.js b/public/js/wn/misc/user.js index e10380ba65..72f5b3cda4 100644 --- a/public/js/wn/misc/user.js +++ b/public/js/wn/misc/user.js @@ -79,7 +79,7 @@ $.extend(wn.user, { // add missing modules - they will be hidden anyways by the view $.each(wn.modules, function(m, data) { if(modules_list.indexOf(m)==-1) { - modules_list.append(m); + modules_list.push(m); } }); } else