mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
462945fd39
commit
afe5f09583
@ -15,7 +15,7 @@ function show_reference_panel(ref) {
|
|||||||
panel = $("#calibre_reference_panel");
|
panel = $("#calibre_reference_panel");
|
||||||
}
|
}
|
||||||
$("> p", panel).text(ref);
|
$("> p", panel).text(ref);
|
||||||
panel.css({top:(window.pageYOffset+20)+"px"});
|
panel.css({top:(window.pageYOffset+20)+"px", left:(window.pageXOffset+20)+"px"});
|
||||||
panel.fadeIn(500);
|
panel.fadeIn(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user