From a4869da5d47f8a7042d8a28a0a80a88b0323f51a Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 20 Jun 2011 11:52:43 -0700 Subject: [PATCH] mention disabling userstyles --- 4chan_x.user.js | 2 +- script.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 0e9522eed..a4660102e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2499,7 +2499,7 @@ dialog = $.el('div', { id: 'overlay', className: 'firstrun', - innerHTML: "

Click the 4chan X buttons for options.

The buttons are at the top and bottom of the page.

" + innerHTML: "

Click the 4chan X buttons for options; they are at the top and bottom of the page.

If you don't see the buttons, try disabling your userstyles.

" }); $.append(d.body, dialog); return $.bind(window, 'click', firstRun.close); diff --git a/script.coffee b/script.coffee index ef9bb2d6f..fb9dd65a2 100644 --- a/script.coffee +++ b/script.coffee @@ -1919,8 +1919,8 @@ firstRun = innerHTML: "
-

Click the 4chan X buttons for options.

-

The buttons are at the top and bottom of the page.

+

Click the 4chan X buttons for options; they are at the top and bottom of the page.

+

If you don't see the buttons, try disabling your userstyles.

" $.append d.body, dialog