Browse Source

fix in user.js

version-14
Anand Doshi 12 years ago
parent
commit
8e3ef20948
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/js/wn/misc/user.js

+ 1
- 1
public/js/wn/misc/user.js View File

@@ -79,7 +79,7 @@ $.extend(wn.user, {
// add missing modules - they will be hidden anyways by the view // add missing modules - they will be hidden anyways by the view
$.each(wn.modules, function(m, data) { $.each(wn.modules, function(m, data) {
if(modules_list.indexOf(m)==-1) { if(modules_list.indexOf(m)==-1) {
modules_list.append(m);
modules_list.push(m);
} }
}); });
} else } else


Loading…
Cancel
Save