View Single Post
Old 04-16-2020, 04:01 PM   #15
iG0R
Enthusiast
iG0R began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2020
Device: PC
Kovid
There is some issue in new calibre/resources/lookup.js
Please, leave old
Code:
if (window.location.hostname === 'www.google.com') fix_google_markup();
instead of new
Code:
if (window.location.hostname === 'www.google.com') {
    window.addEventListener('DOMContentLoaded', fix_google_markup);
}
because lookup.js doesn't work as it supposed to be.
Attached Thumbnails
Click image for larger version

Name:	Calibre-lookupjs-2020-04-16_225429_2.jpg
Views:	133
Size:	411.5 KB
ID:	178457  
iG0R is offline   Reply With Quote