From 1a607b30f47ce97c952d808168aabdb560e0f6f5 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Sun, 27 Nov 2016 17:28:35 +0500 Subject: [PATCH] add .module.new-users to reAppendModules() --- js/theme_option.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/js/theme_option.js b/js/theme_option.js index b04819b..067102d 100644 --- a/js/theme_option.js +++ b/js/theme_option.js @@ -147,9 +147,12 @@ $(document).keyup(function(e) { }); function reAppendModules() { // avoid w1200 things - $('.module.toptrends').detach().appendTo($('.dashboard.right')); - $('.module.who-to-follow').detach().appendTo($('.dashboard.right')); - $('.module.twistday-reminder').detach().appendTo($('.dashboard.right')); + $('.dashboard.right') + .append($('.module.toptrends')) + .append($('.module.who-to-follow')) + .append($('.module.twistday-reminder')) + .append($('.module.new-users')) + ; } function newLoader() { // create divs for new loader