mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 22:13:15 +02:00
...
This commit is contained in:
parent
fa9f2134c0
commit
144fd1ddf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue