Revert "Add link on recently-departed Samachan to proposed move to SushiChan."

This reverts commit 60976ccde9c5a1113cf18ab2613b74f46c055241.
This commit is contained in:
ccd0 2020-05-21 12:26:58 -07:00
parent a5cc26615c
commit fde01e20f1
2 changed files with 0 additions and 12 deletions

View File

@ -7,13 +7,3 @@ PSA =
el = $.el 'div', {className: 'fcx-announcement'}, announcement
$.onExists doc, '.boardBanner', (banner) ->
$.after banner, el
site: ->
if location.hostname is 'samachan.org'
$.onExists doc, '.navbar', (navbar) ->
link = $.el 'a',
href: 'https://sushigirl.us/yakuza/res/776.html'
target: '_blank'
rel: 'noopener'
textContent: 'Looking for a new home? Some users are regrouping on SushiChan. (a message from 4chan X)'
$.add navbar, [$.el('br'), link]

View File

@ -125,8 +125,6 @@ Main =
for key, val of Conf
Conf[key] = items[key] ? val
try
PSA.site()
Site.init Main.initFeatures
upgrade: (items) ->