mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 16:44:31 +00:00
add .module.new-users to reAppendModules()
This commit is contained in:
parent
051fe50662
commit
1a607b30f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user