From fb87175af653b794a700c26f65b08c5fdc4e980f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 24 Jul 2011 09:24:13 +0200 Subject: [PATCH] Compile correctly. --- 4chan_x.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1f24f36d8..d26c85ba2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2604,7 +2604,7 @@ dialog = $.el('div', { id: 'overlay', className: 'firstrun', - innerHTML: "

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

Updater options are in their own dialog in replies at the bottom-right corner of the window.

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

" + innerHTML: "

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

Updater options are in the updater dialog in replies at the bottom-right corner of the window.

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

" }); $.append(d.body, dialog); return $.bind(window, 'click', firstRun.close);