Skip to content

Commit

Permalink
Weird bug fix for hiding Tumblr Tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhimpey committed Nov 2, 2010
1 parent df18293 commit 56747d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hide.js
Expand Up @@ -16,8 +16,8 @@ function handleSettings(msgEvent) {
var settings = msgEvent.message;

// Remove the things the user wants to remove
if (settings.tumblrtuesday && tumblrTuesday)
sidebar.removeChild(tumblrTuesday);
if (settings.tumblrtuesday && tumblrTuesday)
var bugfix; sidebar.removeChild(tumblrTuesday);
if (settings.radar && radar)
sidebar.removeChild(radar);
if (settings.recommended && recommended)
Expand Down

0 comments on commit 56747d5

Please sign in to comment.