MediaWiki:Wikia.css: Difference between revisions
Undo revision 45689 by Lawiki1534virus (talk)
imported>Lawiki1534virus No edit summary |
imported>Lawiki1534virus (Undo revision 45689 by Lawiki1534virus (talk)) |
||
Line 280: | Line 280: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* Discussions */ | |||
mw.hook('discussionsModule.added').add(function($module) { | |||
// Module addition | |||
if ($('.insights-module').exists()) { | |||
$module.insertBefore('.insights-module'); | |||
} else { | |||
$module.appendTo('#WikiaRail'); | |||
} | |||
}); |