mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fa9f2134c0
commit
144fd1ddf3
@ -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…
x
Reference in New Issue
Block a user