You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

gjm comments on Open thread, December 7-13, 2015 - Less Wrong Discussion

3 Post author: polymathwannabe 07 December 2015 02:47PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (223)

You are viewing a single comment's thread.

Comment author: gjm 07 December 2015 05:02:21PM 7 points [-]

Bug report: the antikibitzer's toggle button (which appears at the top right of the browser window's content area) doesn't work correctly for me (on recent Firefox on Windows) because the loop that attempts to identify the antikibitzer stylesheet fails. It fails because an earlier stylesheet in the list (actually, the very first) has a null href.

A simple fix is to change the obvious line in antikibitzer.js to this:

if (document.styleSheets[i].href && document.styleSheets[i].href.indexOf("antikibitzer") > 0)

but I make no guarantee that this is the fix the author of the code would prefer.