mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 21:06:07 +01:00
Add a class to the footnote container
This commit is contained in:
parent
609c8a2215
commit
f8e4485bc3
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ def show_only_footnote(self):
|
|||
show_footnote(self.frag, known_anchors)
|
||||
|
||||
def content_loaded(self):
|
||||
document.body.classList.add('calibre-footnote-container')
|
||||
if not self.comm.encrypted_communications:
|
||||
window.setTimeout(self.content_loaded, 2)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue