For the time being, Mascots have been removed from all none-board
pages (excluding Catalog, which is *technically* a board page, and
can already be changed at the users discretion)
This commit is contained in:
Zixaphir 2013-08-18 07:47:23 -07:00
parent 718c525edc
commit 162f125e43
4 changed files with 8 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,5 @@
Main =
init: ->
# flatten Config into Conf
# and get saved or default values
flatten = (parent, obj) ->
@ -46,10 +45,6 @@ Main =
<% } %>
Main.initFeatures()
$.on d, '4chanMainInit', Main.initStyle
$.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading'),
Main.initStyle
initFeatures: ->
pathname = location.pathname.split '/'
@ -85,7 +80,7 @@ Main =
return if g.BOARD.ID in ['z', 'fk'] then Style.init()
switch location.hostname
when '4chan.org'
when '4chan.org', 'www.4chan.org'
g.VIEW = 'home'
Style.init()
return

View File

@ -2203,7 +2203,7 @@ article li {
padding: 0 10px;
}
.yuimenuitem,
.boxcontent li {
.boxcontent ul > li {
list-style-type: none;
}
.boxbar {