Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed May 31, 2016
1 parent e71fd54 commit ba1bb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ function init() {
$("#allowed [rel='"+itemdomain+"'] .x_bypass").hide();
}
}
$("#allowed [rel='x_"+tabdomain+"']").children().first().css("font-weight", "bold");
$("#allowed").prepend($("#allowed [rel='x_"+tabdomain+"']"));
}
}
$("#allowed [rel='x_"+tabdomain+"']").children().first().css("font-weight", "bold");
$("#allowed").prepend($("#allowed [rel='x_"+tabdomain+"']"));
}
var blockedCount = blocked.length;
var allowedCount = allowed.length;
Expand Down

0 comments on commit ba1bb2d

Please sign in to comment.