mention disabling userstyles

This commit is contained in:
James Campos 2011-06-20 11:52:43 -07:00
parent c1cd50c2dc
commit a4869da5d4
2 changed files with 3 additions and 3 deletions

View File

@ -2499,7 +2499,7 @@
dialog = $.el('div', {
id: 'overlay',
className: 'firstrun',
innerHTML: " <div id=options> <div class='reply dialog'> <p>Click the <strong>4chan X</strong> buttons for options.</p> <p>The buttons are at the top and bottom of the page.</p> </div> </div>"
innerHTML: " <div id=options> <div class='reply dialog'> <p>Click the <strong>4chan X</strong> buttons for options; they are at the top and bottom of the page.</p> <p>If you don't see the buttons, try disabling your userstyles.</p> </div> </div>"
});
$.append(d.body, dialog);
return $.bind(window, 'click', firstRun.close);

View File

@ -1919,8 +1919,8 @@ firstRun =
innerHTML: "
<div id=options>
<div class='reply dialog'>
<p>Click the <strong>4chan X</strong> buttons for options.</p>
<p>The buttons are at the top and bottom of the page.</p>
<p>Click the <strong>4chan X</strong> buttons for options; they are at the top and bottom of the page.</p>
<p>If you don't see the buttons, try disabling your userstyles.</p>
</div>
</div>"
$.append d.body, dialog