This commit is contained in:
Kovid Goyal 2010-10-16 09:59:14 -06:00
parent fa9f2134c0
commit 144fd1ddf3

View File

@ -78,7 +78,7 @@ function toplevel() {
$(".sort_select").hide();
$(".toplevel li").click(function() {
var href = $(this).children("span").html();
var href = $(this).children("span.url").text();
window.location = href;
});