From 3022c02e510ba2e7a2949a273a92587c55c74274 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 24 Aug 2011 07:39:02 -0700 Subject: [PATCH] comment --- 4chan_x.user.js | 5 ++--- script.coffee | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 5f454a5ec..869ba9669 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1369,9 +1369,8 @@ return 'Error: No text entered.'; } /* - captchas expire after 5 hours (couldn't find an official source, so - anonymous empirically verified). cutoff 5 minutes before then, b/c posting - takes time. + captchas expire after 5 hours (emperically verified). cutoff 5 minutes + before then, b/c posting takes time. */ cutoff = Date.now() - 5 * HOUR + 5 * MINUTE; captchas = $.get('captchas', []); diff --git a/script.coffee b/script.coffee index 3d0206baf..4e0ffd92d 100644 --- a/script.coffee +++ b/script.coffee @@ -1115,9 +1115,8 @@ qr = return 'Error: No text entered.' unless content ### - captchas expire after 5 hours (couldn't find an official source, so - anonymous empirically verified). cutoff 5 minutes before then, b/c posting - takes time. + captchas expire after 5 hours (emperically verified). cutoff 5 minutes + before then, b/c posting takes time. ### cutoff = Date.now() - 5*HOUR + 5*MINUTE