From f6be866e23cae29ba63a3613d91ab8b11e225f92 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 12 Mar 2011 13:22:01 -0800 Subject: [PATCH] support/donate --- 4chan_x.js | 3 +++ script.coffee | 3 +++ 2 files changed, 6 insertions(+) diff --git a/4chan_x.js b/4chan_x.js index 1d6fda398..15e447217 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -946,6 +946,9 @@ html += "
Flavors
"; html += "
"; html += "
"; + html += "
"; + html += "
support
"; + html += '
Donate
'; div = new Dialog('options', 'center', html).el; _ref = $$('input[type="checkbox"]', div); for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/script.coffee b/script.coffee index acfde2d5c..556882fb6 100644 --- a/script.coffee +++ b/script.coffee @@ -679,6 +679,9 @@ options = -> html += "
Flavors
" html += "
" html += "
" + html += "
" + html += "
support
" + html += '
Donate
' div = new Dialog('options', 'center', html).el