From f474a0c3c8eeedb62a444f4339b83602dc82e06d Mon Sep 17 00:00:00 2001 From: ahodesuka Date: Mon, 20 Feb 2012 20:21:37 -0600 Subject: [PATCH] Update and build. --- script.coffee | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script.coffee b/script.coffee index f4b95367f..17c305030 100644 --- a/script.coffee +++ b/script.coffee @@ -2851,6 +2851,11 @@ Main = $.ready options.init + if conf['Quick Reply'] and conf['Hide Original Post Form'] + Main.css += 'form[name=post] { display: none; }' + + Main.addStyle() + now = Date.now() if conf['Check for Updates'] and $.get('lastUpdate', 0) < now - 6*HOUR $.ready -> $.add d.head, $.el 'script', src: 'https://raw.github.com/mayhemydg/4chan-x/master/latest.js' @@ -2921,11 +2926,6 @@ Main = if conf['Fix XXX\'d Post Numbers'] unxify.init() - if conf['Quick Reply'] and conf['Hide Original Post Form'] - Main.css += 'form[name=post] { display: none; }' - - Main.addStyle() - $.ready Main.ready ready: ->