mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 00:53:43 +02:00
Dont assume head exists
This commit is contained in:
parent
cae36d2cc1
commit
50ed25a6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ def __init__(self):
|
|||
if window is window.top:
|
||||
setTimeout(self.connect_channel, 10)
|
||||
document.body.addEventListener('click', self.onclick, True)
|
||||
document.head.appendChild(E.style(
|
||||
document.documentElement.appendChild(E.style(
|
||||
type='text/css',
|
||||
'[data-in-split-mode="1"] [data-is-block="1"]:hover { cursor: pointer !important; border-top: solid 5px green !important }'
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue