diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 8d26f70ef..add8ed36d 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -82,7 +82,6 @@ Main = switch hostname when 'www.4chan.org' - $.onExists doc, 'body', false, -> $.addStyle Main.cssWWW Captcha.replace.init() return when 'sys.4chan.org' @@ -365,8 +364,6 @@ Main = css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon', 'spooky') %>` - cssWWW: `<%= importCSS('www') %>` - features: [ ['Polyfill', Polyfill] ['Captcha Replacement', Captcha.replace] diff --git a/src/General/css/www.css b/src/General/css/www.css deleted file mode 100644 index 01b12c399..000000000 --- a/src/General/css/www.css +++ /dev/null @@ -1,3 +0,0 @@ -#captcha-cnt { - height: auto; -}