Showing
3 changed files
with
7 additions
and
4 deletions
@@ -21,7 +21,12 @@ function addFooterTopBorder() { | @@ -21,7 +21,12 @@ function addFooterTopBorder() { | ||
21 | 21 | ||
22 | $(document).ready(addFooterTopBorder); | 22 | $(document).ready(addFooterTopBorder); |
23 | 23 | ||
24 | -require('../home/maybe-like')(); | 24 | +function getGender() { |
25 | + return window.cookie('_Channel') || 'boys'; | ||
26 | +} | ||
27 | + | ||
28 | +require('../home/maybe-like')(getGender()); | ||
29 | + | ||
25 | 30 | ||
26 | 31 | ||
27 | 32 |
-
Please register or login to post a comment